Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.25 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.25 KB

Notes app

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.

Notes app

🔨 Technologies & Tools

🏆 Required features

  • 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)

🔧 Project setup

  • 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!