Javascript Projects

Book Indexing System

This book management system uses HTML forms and JavaScript to collect, store, and dynamically display book data, applying array methods and object manipulation to enable interactive features like adding, editing, and deleting entries within a responsive user interface.

View Project

Memory Matching Game

This memory matching game uses HTML, CSS, and JavaScript to dynamically generate a color-based card grid, applying DOM manipulation, event handling, array shuffling, and timer-based game logic to deliver an interactive and replayable web-based gaming experience.

View Project

Addition Calculator Debug

This JavaScript debugging project demonstrates error handling with try-catch blocks, input validation, and the use of debugger statements to inspect execution flow, while dynamically managing user input and DOM updates through HTML and browser DevTools.

View Project

Employee Management System

This employee management system uses HTML and JavaScript to build an interactive interface that dynamically displays, filters, and calculates employee data using array methods, event-driven DOM manipulation, and Git-based development workflows

View Project

Followers Counter

This interactive Instagram-style follower counter demonstrates dynamic UI updates, conditional logic, and modular JavaScript functions using HTML, Git, and browser DevTools to simulate real-time state management and milestone-based feedback.

View Project

Articles

This content-rendering interface utilizes JavaScript and XMLHttpRequest to fetch external JSON data, parse and structure responses, and generate real-time HTML elements including unordered lists for organized display.

View Project

Product Survey

This user feedback form was built with HTML and JavaScript, showcasing DOM manipulation, event-driven interactions, and structured UI rendering to capture and display user input in real time using browser DevTools.

View Project

Restaurant Menu

This project dynamically generates a structured restaurant menu using HTML and JavaScript, applying array methods like map, forEach, and for loops alongside DOM manipulation (getElementById, innerHTML) to render and update breakfast, main course, and dessert sections in real time.

View Project

Typing Test

This typing test uses HTML and JavaScript to build an interactive interface that captures user input, applies string methods to calculate typing metrics like WPM, and dynamically displays real-time feedback to enhance speed, accuracy, and user engagement.

View Project

Health Data Interface

This interactive healthcare data analysis interface was built with HTML and JavaScript to collect patient information, perform condition-based searches, and dynamically generate statistical reports through DOM manipulation.

View Project

Weather Report

This responsive weather application integrates the OpenWeatherMap API to fetch real-time data, handle user input, and dynamically update the interface using asynchronous JavaScript and DOM manipulation.

View Project