Notes App hosted on this GitHub repository unite React for the frontend and Node.js for the backend. Create, edit, and delete notes with ease. Find notes quickly with the dynamic search feature and maintain brevity with a character limit. Filter them on need. A versatile solution for efficient digital note management. Keep focus on clean and maintainable code.
- React
- Redux (Redux Toolkit)
- Material UI
- Users can add new notes.
- When adding a new note, users can fill title, description, and category (including validation).
- Users can see created notes sorted by date.
- Users can edit and delete notes.
- Users can filter notes by category.
- Maximum length of the notes is set.
- Mocked APIs (e.g. MockAPI, JSON-Server or other solution)
- Clone the repo:
# In the project directory run:
git clone https://github.com/ivan-molnar1/notes-app.git
cd notes-app
Please do a fork!
Happy coding!