Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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! ... ❤️
- Host: GitHub
- URL: https://github.com/subhranil002/todo-app
- Owner: subhranil002
- License: mit
- Created: 2023-09-11T11:14:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-07T10:36:21.000Z (9 months ago)
- Last Synced: 2024-02-07T11:51:11.615Z (9 months ago)
- Topics: flask, flask-application, mongodb, mongodb-database, mongoose, pymongo, pymongo-database, python, python-3, python-script, python3, todo, todoapp, todolist
- Language: HTML
- Homepage: https://github.com/subhranil002
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ❤️