Javascript Games & Task

Applying concepts such as DOM manipulation, event handling, and game logic to create interactive and responsive browser-based games.

Scroll to explore more ↓

Floppy Bird

A gravity-based game where the player navigates a bird through obstacles using JavaScript

Memory Game

A card-matching game using DOM manipulation, flip logic, and shuffle for randomized gameplay

Tic Tac Toe

Classic 3x3 grid game with alternating turns, implementing win conditions and reset functionality

Income Expense Calculator

A financial tracking tool that allows users to log income and expenses, automatically updating the total balance and transaction summary in real-time

Todo Task Management

A task management application where users can add, complete, and delete tasks with real-time updates, supporting persistence with local storage