This is the code for a To-Do list webpage which uses HTML and CSS3 and javascript to dynamically add, delete and mark as done when a task is completed. The webpage includes features like:
- Providing number of days left for the task.
- Tasks with higher priority have a different colour and are positioned higher.
- Tasks are sorted based on priority.
- Alerts the user when the deadline is exceeded.
- Provides a progress bar for you to update progress of your tasks in real-time.