This is a simple to-do list application built with Node.js, Express and MongoDB. It provides an easy-to-use interface for users to manage their tasks and keep track of their progress.
- Node.js - a popular JavaScript runtime environment
- Express - a fast and minimalist web framework for Node.js
- MongoDB - a powerful NoSQL database for storing and querying data
- EJS - an embedded JavaScript templating engine for generating dynamic HTML pages
To run the application locally, you will need to have Node.js and MongoDB installed on your machine. Then, follow these steps:
- Clone this repository to your computer
- Install dependencies using npm install
- Connect the app to your database
- Start the server with npm start
- Open your web browser and go to http://localhost:3000
Contributions are welcome! If you find a bug or have an idea for a new feature, please open an issue or submit a pull request.