A simple To-Do List application built with Flask, featuring user authentication, task management, and a clean user interface. Users can register, log in, add tasks, and delete them from their personal to-do lists.
- User authentication (register and login)
- Create and manage tasks
- Simple and responsive UI
- Task deletion
- Flask
- Flask-SQLAlchemy
- HTML/CSS
- SQLite (as the database)