This is a simple ToDo web application built using Flask.
Before you begin, ensure you have the following installed:
You can install the Python packages via pip:
pip install Flask Flask-PyMongo
-
Clone the repository:
git clone https://github.com/subhranil002/ToDo-App.git
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the Flask application:
python app.py
-
Open your web browser and visit
http://localhost:5000
to use the ToDo application.
- Home Page: View and manage and delete your ToDo list.
- Update Page: Update existing ToDo items.
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.
This project is licensed under the MIT License - see the LICENSE file for details.
Made With โค๏ธ