Sound
OFF ON

Frontend Projects

Here are some of my frontend projects. Click the links to view and use each project directly from your browser.

HTML, CSS, JavaScript

A basic calculator built with HTML, CSS, and JavaScript. It allows users to perform simple arithmetic operations like addition, subtraction, multiplication, and division.

HTML, CSS, JavaScript

A simple to-do list web app where users can add tasks, mark them as complete, and delete them. Data persists using local storage so tasks are saved even after refreshing the page.

HTML, CSS, JavaScript

A simple Quotes Generator built with HTML, CSS, JavaScript, and JSON. It displays random quotes with their respective authors, selected from a list. The project uses JSON to store quotes and JavaScript to randomly display them. An API could have been used instead to fetch quotes dynamically.

HTML, CSS, JavaScript

A guessing game where users try to guess how many fingers are being shown. The game is built with JavaScript and provides instant feedback on the user's guess.

HTML, CSS, JavaScript

A reaction speed testing game where users click as fast as possible when a shape appears on the screen. The project tracks the reaction time and provides feedback to the user.

HTML, CSS

This is a mini personal webpage I created as part of a school project, built using only HTML and CSS.

Backend Projects

Here are a few of my backend projects. Click the links to explore and test them online.

JAVA

A simple cinema booking system built with Java. It allows users to select movies, choose ticket types, and book tickets for specific times. The system handles payments, calculates total prices, and provides change if needed.

JAVA

A simple HR management system built with Java, prepopulated with employees and departments. It allows users to manage employees, departments, view salary expenses, and access an admin-protected HR report menu. To access the HR menu, the password is "Tee". The program demonstrates input handling, control structures, and object manipulation.

JAVA

A Java-based shopping cart system managing skincare, haircare, and fragrance products. It features a prepopulated inventory and supports viewing products, managing the cart, and checking out. Admin access is password-protected with "Admin". The system allows users to add items to the cart, edit quantities, and cancel transactions, showcasing object-oriented principles and interactive user management.

PYTHON

A Python-based student grading system managing student records with IDs, personal details, and module grades. It supports adding, searching, sorting, and removing students, with final grades auto-calculated. Sorting is done via heapsort, and users can view detailed student info through a command-line interface.

PYTHON

A simple Python game where the player tries to find the hidden red ball. The ball is shuffled among three options, and the player picks a number to guess its location. The game provides feedback and allows multiple attempts. It demonstrates basic use of functions, user input, and randomization in Python.

PYTHON

A number guessing game in Python where players try to guess a randomly selected number between 1 and 100. The game provides hints by telling the player if they are getting "warmer" or "colder" based on their previous guesses. Players have 10 attempts to find the correct number, with feedback on each guess. Demonstrates loops, conditionals, and user interaction in Python.

All of my projects are available on my GitHub page. You can clone them and run them directly on your system.