A simple React application featuring a Draft.js editor with additional functionality.
- Heading Format: Typing
#as the first string in a line and pressing space makes the text appear as a heading. - Bold Format: Typing
*as the first string in a line and pressing space results in bold text. - Red Text: Typing
**as the first string in a line and pressing space changes the text color to red. - Underline: Typing
***as the first string in a line and pressing space underlines the text. - Save to Local Storage: Pressing the "Save" button persists the content in local storage.
- Load from Local Storage: On refreshing the page, the saved content is refilled into the editor.
- Clone the repository.
- Run
npm installto install dependencies. - Run
npm startto start the development server.
