A full-stack Todo application built using the MEAN Stack (MongoDB, Express.js, Angular, Node.js).
This project demonstrates a complete CRUD workflow where users can:
- View todos
- Add new todos
- Edit existing todos
- Delete todos
All data is stored in MongoDB and managed through an Express REST API, while the frontend is built with Angular.
- Angular frontend with clean UI
- Express.js REST API
- MongoDB for data storage
- Add / Edit / Delete Todos
- Responsive layout using pure CSS
- Simple navigation (Todos / About)
- Frontend: Angular
- Backend: Node.js, Express.js
- Database: MongoDB
- Styling: HTML, CSS
- API Communication: REST