A simple full-stack CRUD Notes application built using React.js (Frontend), Node.js + Express (Backend), and MongoDB (Database).
Live Demo: https://full-stack-1-o577.onrender.com
- Create, edit, and delete notes
- REST API integration
- MongoDB data persistence
- Responsive UI
- Full frontend–backend connectivity
Frontend: React.js Backend: Node.js, Express.js Database: MongoDB
This project demonstrates how a React frontend communicates with an Express API and stores data in MongoDB using a clean CRUD structure.