Created a to-do list webpage using HTML, CSS and Vanilla Javascript.
User can use the following features:
- Add tasks to their to do list
- Set tasks as complete or uncomplete
- Delete tasks
- Filter through tasks list
The todo list is saved on local storage, thus data is still saved when the webpage is refreshed.
Adding tasks
Complete or delete tasks
Filter tasks