keepNotes is a simple and efficient note-taking web app built with React, JavaScript, and MongoDB.
- User Authentication: Secure user accounts with password encryption using bcrypt for enhanced data privacy.
- Create and Edit Notes: Easily manage your notes in a user-friendly interface.
- MongoDB Integration: Scalable and efficient data storage.
- Responsive Design: Seamless experience across devices.
- Frontend: React, HTML, CSS, Bootstrap
- Backend: JavaScript, Express.js
- Database: MongoDB
- Clone the repo:
git clone https://github.com/chinmay0910/keepNotes.git - Install dependencies for frontend and backend:
npm install - Configure MongoDB connection in
backend/db.jsfile - Configure
JWT_SECRETinbackend/middleware/fetchuser.js - Start the development server: (both for client and server)
- For client :
npm run dev - For Server :
node index.js
- For client :
Feel free to contribute by opening issues or pull requests. Your feedback is valued!
Happy note-taking with KeepNotes! 🚀✨

