This is a simple To-Do list application that displays the progress of completed tasks using a visual progress bar. The progress bar updates automatically as tasks are marked as completed.
- Progress Bar
- Task Lists
- Responsive Desing
- Copy the repository in your machine
git clone https://github.com/kiyoLite/Task-List.git
- create a localhost
in case you dont have the depencies to run localhost , use this commands inside the repository
npm install -g http-server
run the localhost
```Bash
http-server
```
- Add to URL the termination
/Gui/index.html
to watch the page
- write your task
- press ENTER or click on the green button
- now you should see your task
- check the task
- delete your task