Weather App
12 February 2025Quiz App
13 February 2025To-Do List
Coding Languages Used: HTML, CSS & JavaScript
My second project in my 30-day coding challenge was to create a to-do list.
I created a To-Do list using HTML CSS and JavaScript.
In the to-do list, you can add your task list and mark that task as completed or incomplete.
You can click on the task name to mark it as completed or incomplete.
In this particular project, I learned how to utilise Local Storage which stores the To Do list in the web browser. This means that if you close it or refresh it you don't lose your task list.

