This project is a web application that allows users to manage tasks and track the time spent on each task. It includes a timer, task list, and a chart to visualize task durations.
- Add, delete, and select tasks
- Timer to track time spent on tasks
- Visualization of task durations using a bar chart
- HTML
- CSS (Bootstrap)
- JavaScript (jQuery, Chart.js)
- Clone the repository.
- Open
index.html
in a web browser.
- Add tasks using the input field and button.
- Select a task to focus on.
- Use the start and stop buttons to track time.
- Click the "Progress" button to view the task duration chart.
This project is licensed under the MIT License.