A simple task manager built with Flask, SQLite, and SQLAlchemy.
It lets you add, update, and delete tasks, with a clean UI styled using CSS.
- Add new tasks
- Update existing tasks
- Delete tasks
- Store task creation date & time
- Custom error pages (404, 500)
- Simple and responsive UI
- Backend: Flask, SQLAlchemy
- Database: SQLite (default, can be swapped for PostgreSQL/MySQL)
- Frontend: HTML, Jinja2 templates, CSS