This is a web-based To-Do List application designed to help users track their tasks visually. The app allows users to easily recognize tasks they've completed and those that still need to be done.
- Add, edit, and delete tasks
- Visual representation of completed and pending tasks
- User-friendly interface with HTML, CSS, and JavaScript
- Database-backed task storage and user login info storage using SQL
- Backend powered by Flask
- Calendar Update: Visualize tasks on a calendar
- Improved UX/UI: Enhancements to the overall user experience and design
- Backend: Flask (Python)
- Frontend: HTML, CSS, JavaScript
- Database: SQL (SQLite for now)
- Clone this repository:
git clone <repository-url>
2 Navigate to the project directory: cd TodoList 3 Install dependencies: pip install -r requirements.txt 4 Run the application: python app.py 5 Open your web browser and navigate to http://localhost:5000



