This is a simple web-based todo list application built with Node.js, Express.js, and MongoDB. The app allows users to create, read, update, and delete tasks.
- Create new tasks on todo list
- Read and thereby, view current tasks on todo list
- Update tasks as they are completed or modified
- Delete tasks that are no longer needed
- Node.js: A JavaScript runtime for server-side development
- Express.js: A web application framework for Node.js
- MongoDB: A NoSQL document database
- Mongoose: An object modeling tool for MongoDB in Node.js
- HTML: The markup language used for creating web pages
- CSS: The stylesheet language used for styling web pages
- Materialize: A responsive front-end framework that provides CSS and JS components for web development.
- JavaScript: The programming language used for adding interactivity to web pages