This project is a React-based text editor implemented using Draft.js. It features custom formatting options triggered by markdown-like syntax and includes the capability to save and load content from the browser's localStorage.
- Custom Formatting: Apply bold and red text formatting using special characters
#for heading*for bold**for red text***for underline
- Local Storage: Save the editor's current state to localStorage and load it upon revisiting the page.
- Rich Text Editing: Leverage Draft.js for a rich text editing experience.
- Node.js
- npm (usually comes with Node.js)