nicnolen / taskmaster-pro

An updated version of Taskmaster using jQuery and Bootstrap. Allows users to easily add and delete tasks, and track the progress of their tasks.
1 stars 0 forks source link

Customize/Improve User Experience #5

Closed nicnolen closed 2 years ago

nicnolen commented 2 years ago

Description:

nicnolen commented 2 years ago

Periodically check if tasks are overdue by using the setInterval function to run a callback function that loops over every task with a class of .list-group-item every 30 minutes

nicnolen commented 2 years ago

Implemented custom fonts using Google Fonts

nicnolen commented 2 years ago

Implemented custom icons using Iconic

nicnolen commented 2 years ago

Customized UI status by making custom CSS classes.