I created a PHP number guessing game, track attempts,
and save user data (name, date, attempts) in a CSV file.
On a second page, display the data sorted by attempts in a table, using CSS (or Bootstrap) for styling.
27 March 2024
To-do list
I created a to-do list with HTML, CSS, and JavaScript,
where tasks can be checked off, crossed out, and deleted. You can add new tasks using an input field.
12 April 2024
Obstacle Race
I created a JavaScript obstacle race game where players dodge falling obstacles using 'A' and 'D' keys. A collision ends the game with a "Game Over" alert. 🚗💨
20 march 2025
Piano
Rachel and I developed a web app using the Browser API,
focusing on Geolocation, Local Storage, Fetch API,and DOM manipulation for an interactive user experience.