Notes app: it is a full-stuck application that offers the essential 'CRUD' operations for any notes you have. Beside that, you can search for a specific title of the notes.Also, You can modify a specific note or delete it.
You can visit the link here and play the project. You can add- delete- edit a note and search for note by it's title.
- You need to install nodejs on your laptop
- Fork the repository.
- Move to the repository folder on your machine.
- Run npm install
- Run node sevrver.js
- To be able to use mongodb you need to create your own database name and link it in
Database
file.