As the name suggests, a Text Editor is a front-end project, which is a website where users can edit texts and return to them as needed. All business logic of the project was implemented without the use of third-party libraries.
Next.js was used as the main framework for SSR.
Run the development server:
# if you use npm
npm run dev
# uf you use yarn
yarn dev
and open http://localhost:3000 with your browser to see the result.