ToDoList is a web application built using Flask, MySQL, HTML, CSS, and JavaScript. This project allows users to create, manage, and track their tasks effectively.
- Clone The reporsitory
- run the following command
docker build -t cs353hw4app .inside the project's terminal - compose it using the following command
docker compose up - go to
http://localhost:5000from any of your browsers. - Enjoy the experience.

