A simple react based editor application using draft js library.
Note - This is in development progress.
- Enter # and space -> heading block
- Enter * and space -> bold line
- Enter ** and space -> red line
- Enter *** and space -> under line
- Save button will save your text into localstorage
- Nodejs v14+ (https://nodejs.org/)
NOTE - You can clone this repository locally or fork this project by using codesandbox repo link
- clone the repo
- then do following command to run in dev
npm install
npm run dev