Projects


Tic Tac Toe Game

A simple console-based Tic-Tac-Toe game written in Java. This project provides a two-player game where players take turns entering their moves on a 3x3 grid until one player achieves a line of three symbols in a row, column, or diagonal, or until the game ends in a draw.

View Tic-Tac-Toe

Interactive Portfolio

A positive and passionate experience creating this portfolio using various tools. I aim to learn more skills for more and more experiences to do multiple projects and continuously improve this portfolio.

View Portfolio

Odd or Even Game

The Odd or Even game is a simple cricket-inspired Java game where a user plays against the computer. The user chooses "Odd" or "Even" and decides to bat or bowl. Both the user and computer pick numbers (1-10), and the sum determines the outcome. If the numbers match, the current player is out. The player with the highest runs wins.

View Odd or Even Game

Stopwatch Web Application

A simple yet powerful Stopwatch Web Application built using HTML, CSS, and JavaScript. This project demonstrates core web development concepts and offers an intuitive user experience with the following features:

  • Start/Pause Toggle: The Start button toggles to Pause and vice versa, allowing seamless control over the stopwatch.
  • Lap Time Tracking: Record multiple lap times while the stopwatch is running.
  • Reset Functionality: Reset the timer and clear lap records effortlessly.
  • Responsive Design: A clean, user-friendly interface with a visually appealing layout.

View Stopwatch