Tasks Management System!

Task Management System (TMS) is a web-based application that helps users organize, track, and manage their daily tasks efficiently. Built with Flask on the backend and powered by a MySQL database, it allows users to create, update, and delete tasks with ease. The system includes secure authentication using Flask-Login and Werkzeug password hashing, ensuring user accounts and data remain protected. With Jinja2 templates rendering a clean interface, TMS offers a simple yet effective way to keep tasks structured and accessible. By combining reliability, security, and ease of use, TMS provides a streamlined solution for anyone looking to improve productivity and task management.

Tech Stack:
Frontend: HTML, CSS, JavaScript, Jinja2 Templates
Backend: Python, Flask
Database: MySQL (mysql-connector)
Authentication & Security: Flask-Login, Werkzeug (password hashing), Sessions
Other Tools: datetime (task deadlines & timestamps), REST API integration