Projects:

1. Stopwatch Interface

This is a stopwatch interface I built using HTML, CSS, and JavaScript. The stopwatch has basic functionality like start, stop, and reset. It was a fun project to enhance my JavaScript skills, and I made sure the design is both functional and user-friendly.

2. Interactive Portfolio

This portfolio website is a reflection of my development journey as a software engineer. It features a clean, modern layout and is designed to be responsive. Using HTML, CSS, and JavaScript, I created sections to showcase my education, technical skills, internships, and projects.

3. Guessing Game

This Java-based guessing game challenges players to guess a randomly generated number within a specified range. The game provides feedback on whether the guess is too high or too low.

4. Rock Paper Scissors

This Rock, Paper, Scissors game in Java allows users to play against the computer. The player chooses one of the three options, and the computer randomly selects its move.