Project
The task manager app enables users to manage tasks with CRUD (Create, Read, Update, and Delete) operations, supporting title, id, and status (completed or not). It also includes error handling for common issues, such as invalid input, undefined routes, and database errors. It's built with Node.js, Express, and MongoDB.
Technologies
HTML
CSS
Javascript
Node JS
Express
MongoDB
DOM Manipulation
CRUD-API
Routing
Error-Handling
Back