This is a simple To-Do List application built with Node.js, Express, and MongoDB.
- Create new tasks
- Mark tasks as completed (delete tasks)
- Node.js
- MongoDB
- Clone the repository: git clone https://github.com/yourusername/Todo-List-Application.git
- Navigate to the project directory: cd Todo-List-Application
- Install dependencies: npm install
- Start the server: npm start
Open your web browser and visit http://localhost:3000.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.