It is a website that helps you in creating and managing notes by allowing you to add notes with titles and delete them whenever you wish.
open gitbash in frontend folder and run npm install followed by npm start ,open git bash in backend folder and run npm install followed by nodemon index.js
I have built this website using Technologis Reactjs, CSS for Frontend, Nodejs, Expressjs for Backend, and MongoDB to store data. I also used Axios for communication between the front end and the back end.
About the project:
On the home page, you will be asked to create an account if you are a new user, or else you can directly log in. On signing in you will be taken to the Main page where you can add your notes with titles and can also delete them.
How to Run:
1. Open git bash in the frontend folder and run
npm install
npm run
2. Open git bash in the backend folder and run
npm install
npm run
Here are the links for the project pages:
Submitted by Bandi Shanmukhi (Shanmukhi)
Download packets of source code on Coders Packet
Comments