TaskFlow is a simple task management application built using Python and Flask. It allows users to add tasks, set due dates, track their progress, and delete tasks. This project demonstrates web development with Flask and incorporates concepts like database integration, interface design, login functionality.
- Add tasks with a name, description, and due date/time.
- View a list of tasks with their status and due dates.
- Delete tasks when completed or no longer needed.
- Calendar-style input for selecting due dates and times.
- Backend: Flask (Python)
- Frontend: HTML, CSS (with Bootstrap)
- Database: SQLite
- Clone the Repository
git clone https://github.com/sreynit02/task-app.git cd task-app