My Recent Projects

Books on a shelf

Personal Library

A simple JavaScript web app that lets users add, update, and remove books from their library. Built using factory functions and localStorage.

A family sketch

Etch A Sketch

A fun and interactive browser based drawing app inspired by the classic sketch pad. Built using flex, flex-box and DOM manipulation, it allows users to draw by simply hovering over a dynamic grid of squares.

Library App screenshot

Tic Tac Toe

A classic two-player game where players take turns marking spaces in a 3 by 3 grid. The first to align three marks horizontally, vertically, or diagonally wins. Built with JavaScript to handle game logic, turns, and win detection.