This repository contains all JavaScript projects, coding challenges, and assignments completed during my course.
Each folder inside this repository contains a different assignment or project, organized by topic or lesson.
I will regularly push updates here as I complete more exercises and receive feedback from my instructor.
Thank you for reviewing my work!
An interactive pizza ordering form where users can:
- Select from a variety of toppings
- Enter order details
- Get an automatically calculated total price
This project focuses on form handling, DOM manipulation, and JavaScript conditionals.
A fun web-based version of the classic game:
- Dice roll to randomly select the first player
- Players choose their tokens (X or O)
- Audio feedback and flashing lights celebrate the winner
This project emphasizes game logic and dynamic DOM updates.
A basic four-function calculator built with clean HTML, CSS, and JavaScript:
- Supports addition, subtraction, multiplication, and division
- Sleek and responsive layout
This project is great for mastering event handling and arithmetic logic.
- HTML5
- CSS3
- JavaScript (ES6)
- Clone the repository:
git clone https://github.com/kanav-tech/JavaScript-Projects.git