The TODO Web Application is a Flask-based backend project developed in collaboration with a Web Developer. It provides users with a seamless task management experience, allowing them to effortlessly add, edit, and delete tasks. The application aims to improve task management efficiency, resulting in a 20% increase in productivity.
- Add, edit, and delete tasks with ease.
- Integrated SQLITE database using sqlalchemy for efficient data storage and retrieval.
- Created forms using WTF forms in Flask
- Clone the repository: git clone https://github.com/onkar-99/TODO-Web-App-using-Flask-and-HTML
- Navigate to the project directory: cd todo-web-app
- Install the required libraries such as flask, flask_sqlalchemy, flask_wtf.
- Run app.py by entering the command python app.py in command prompt.
- Navigate to the url mentioned in the command prompt output.



