Create a Todo List, html, css, python and flask. Overview: This project is a simple Todo List application built using Flask and SQLAlchemy. It allows users to add, edit, delete, toggle completion status, and filter todos by their completion status. The application uses an SQLite database to store the todo items.
Requirements: Python 3, Flask, Flask-SQLAlchemy
Dependancies: Inside terminal run "pip install flask flask-sqlalchemy"
TO USE:
- clone repository or download all files.
- go to project directory and run the application "python app.py"
- go to http://127.0.0.1:5000 to see it run.
Challenge faced:
- handling all the different additions to the database was stressful.
Lessons Learned:
- Flask and SQLAlchemy integration, able to interact with all the apps
- helped refreshen my HTML and CSS
- Learning how to fix my errors and read errors more effectively .