JS
Projects OverView
Linkdin
JavaScript Projects

Building the web
with JavaScript

A collection of projects built throughout my JavaScript journey from UI experiments to Frontend applications.

✦ My Work
JavaScript Projects
3 Projects
E-Commerce
Live
FRONTEND
TODO-APP
I built a To-Do List app using CRUD operations where users can add, search, edit, and delete tasks. It also includes Clear All and Completed buttons to manage tasks easily. This project helped me practice JavaScript logic and DOM manipulation
HTML5 CSS3 BOOTSTRAP Java Script
AI Chat
Live
FRONTEND
DIGITAL CLOCK & STOP WATCH
I built a Digital Clock & Stopwatch using JavaScript. The clock displays the current time and updates every second using Date, setTimeout, and setInterval. The stopwatch includes start, stop, and reset functionality to track time accurately. This project helped me practice time-based functions and JavaScript logic.
HTML5 CSS3 BOOTSTRAP Java Script
AI Chat
Live
FRONTEND
Password Generator
This Password Generator is built with plain JavaScript without using any frameworks. It demonstrates core programming logic, DOM manipulation, and user interaction while generating strong and customizable passwords
HTML5 CSS3 Java Script