Select a Project

Fortune Generator

A js project which will show a random fortune every time it loads. You can change the font color, background color, border color and font style of the fortune box using four given buttons.

Click here to access this project

Stopwatch

A stopwatch that counts time in steps of 3 seconds (3, 6, 9... up to 30). It automatically stops at 30 seconds. You can start, stop and reset it.

Go to Stopwatch

ToDo List

A todo list where you can add tasks, mark them as completed with a checkbox and delete them. Tasks are saved using localStorage so they stay even after refreshing the page.

access ToDo List