A full-stack note-taking application built with the MERN stack (MongoDB, Express, React, Node.js). This project demonstrates a complete workflow for creating, reading, updating, and deleting notes with a modern web stack.
- Create, read, update, and delete notes (CRUD operations)
- RESTful API backend using Express and Node.js
- MongoDB for data storage
- React frontend with responsive UI
- Basic rate limiting for API security
- Environment variable management for sensitive data
- Deployment-ready configuration