Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 788 Bytes

readme.md

File metadata and controls

42 lines (24 loc) · 788 Bytes

Text Editor

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.

Live Demo

https://fast-text-editor.netlify.app/

Screenshots

Run Locally

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