Task Manager

About   |   Features   |   configuration   |   Installation   |   License   |   Author


🎯 About

This project is a simple yet efficient web application that allows users to create and manage their to-do lists. The application is built using Node.js and Mongo database for data storage.

✨ Features

1- Create and manage multiple to-do lists

2- Add, edit, and delete tasks from a to-do list

3- Mark completed tasks as done

4- Rename or delete a to-do list

🚀 Configuration

create .env file and make sure to set up the following environment variables:

`MONGODB_URI`: The connection URI for your MongoDB database.

🏁 Installation

# Clone this project
$ git clone https://github.com/abdelmeenam/Task-Manager/

# Install dependencies
$ npm install

# Run the project
$ nodemon app.js

# The server will initialize in the <http://localhost:{{3000}}>

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Abdelmonem

 

Back to top