A to-do list web app built with vanilla JavaScript.
Features:
-
- The app utilises local storage to store the data in the user’s browser.
- Tasks can be individually marked as completed or removed.
- Tasks can be re-ordered using drag and drop on desktop.
- A progress bar shows your progress.
- All tasks can be cleared.
- Displays current date and time which updates in the browser.