Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/subhranil002/todo-app

ToDo-App is a Flask-based web application for managing tasks. It provides functionality to 𝗮𝗱𝗱, 𝘂𝗽𝗱𝗮𝘁𝗲, and 𝗱𝗲𝗹𝗲𝘁𝗲 tasks conveniently. Simplify your task management with ToDo-App! ... ❤️
https://github.com/subhranil002/todo-app

flask flask-application mongodb mongodb-database mongoose pymongo pymongo-database python python-3 python-script python3 todo todoapp todolist

Last synced: 4 days ago
JSON representation

ToDo-App is a Flask-based web application for managing tasks. It provides functionality to 𝗮𝗱𝗱, 𝘂𝗽𝗱𝗮𝘁𝗲, and 𝗱𝗲𝗹𝗲𝘁𝗲 tasks conveniently. Simplify your task management with ToDo-App! ... ❤️

Awesome Lists containing this project

README

        

# ToDo-App

This is a simple ToDo web application built using Flask.

## Prerequisites

Before you begin, ensure you have the following installed:

- [Python 3.x](https://www.python.org/downloads/)
- [Flask](https://flask.palletsprojects.com/en/2.1.x/installation/)
- [Flask-PyMongo](https://flask-pymongo.readthedocs.io/en/latest/)
- [MongoDB](https://docs.mongodb.com/manual/installation/)

You can install the Python packages via pip:

```bash
pip install Flask Flask-PyMongo
```

## Installation

1. Clone the repository:

```bash
git clone https://github.com/subhranil002/ToDo-App.git
```

2. Install the required dependencies:

```bash
pip install -r requirements.txt
```

3. Run the Flask application:

```bash
python app.py
```

4. Open your web browser and visit `http://localhost:5000` to use the ToDo application.

## Usage

- **Home Page**: View and manage and delete your ToDo list.
- **Update Page**: Update existing ToDo items.

## Contributing

Contributions are welcome! If you'd like to contribute to this project, please fork the repository and create a pull request with your proposed changes.

## License

This project is licensed under the MIT License - see the [LICENSE](https://github.com/subhranil002/ToDo-App/tree/main?tab=MIT-1-ov-file) file for details.





Made With ❤️