Guaranteed to help you get productive on your work with its note taking features!

git clone https://github.com/dev-enforced/Notes-App-Recreated.git
npm install
REACT_APP_JWT_SECRET=<your-jwt-secret>
npm start
With that you can see your app running on localhost:3000
- Add Notes
- Edit Notes
- Archive Notes
- Delete Notes
- Add Note labels
- Add Note priority
- Add Note color
- Filter and sort Notes
- Rich Text Editor
- Authentication
- Toasts
- 404 Page for Undefined Routes
- Search Notes
- Theme Toggle Button
- Develop Separate Modals for Editing Notes