Project

Projects

Jokeify

Jokeify is a fun and interactive web app that fetches random jokes from an open API and displays them in a user-friendly interface. It’s a great example of working with real-time data using

the Fetch API and shows clean UI design practices.

View Code
HTML
CSS
JS
Fetch Api

Personal Portfolio Website

A personal portfolio website designed

and developed using HTML,CSS, and JavaScript

to showcase my skills, projects, and contact details.

The site features a clean and responsive layout.

I use to create efficient, responsive, and user-friendly web applications.

View Code
HTML
CSS
JS

Quiz-Bash

A dynamic and responsive Quiz App built using HTML,CSS, and JavaScript.

It allows users to:

Answer multiple-choice questions (MCQs) Navigate through questions View their final score at the end The app is lightweight, fast, and fully responsive.

View Code
HTML
CSS
JS

To do list

A responsive and interactive task management web application built using HTML, CSS, and

JavaScript. It allows users to add, edit, delete, and mark tasks as completed. The app uses

localStorage to save tasks even after the browser is closed, providing a smooth and persistent user experience.

View Code
HTML
CSS
JS

Rock Paper Scissors

A fun and interactive browser-based game developed using HTML, CSS, and JavaScript. The user plays against the computer by selecting rock, paper, or scissors. The game generates a random choice for

the computer and determines the winner based on classic rules.

View Code
HTML
CSS
JS

Tic-Tac-Toe game

A classic 2-player Tic Tac Toe game built using HTML, CSS, and JavaScript. Players take turns marking X or O in a 3×3 grid, with the game detecting wins, draws, and providing instant feedback.It features a clean UI and responsive design. This project demonstrates my understanding of game logic,

View Code
HTML
CSS
JS