This text editor developed using ReactJS and Jodit package is a web application. ReactJS provides the front-end development capabilities, while Jodit offers a rich text editor that supports a wide range of formatting options.
Text editor that converts text into bold, italic, underline, and other formatting options. user can simply select the text and apply the appropriate formatting option from the menu.
https://fast-text-editor.netlify.app/
Clone the project
git clone https://github.com/abhaypsamrat/Text-Editor.git
Go to the project directory
cd Text-Editor
Install dependencies
npm install
Start the server
npm start