Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.01 KB

File metadata and controls

31 lines (22 loc) · 1.01 KB

Java_Script

Learning JS with Chai aur Code


Basic Projects

🎨 Color Switcher

Live Link!!

Overview

This collection features simple web-based color switcher projects. They demonstrate practical techniques for implementing color changes and can be used as both learning examples and ready-to-use components for websites.


🎯 Guess The Number

Live Link!!

Just built a fun mini-project using HTML, CSS, and JavaScript — a Guess the Number game!

How it works:

A random number (1–100) is generated.
The player has 10 attempts to guess it right.
The game gives real-time feedback — whether the guess is too high, too low, or correct.
Once the game ends, a “Start New Game” button appears to restart instantly.

This project helped me strengthen my understanding of DOM manipulation, event handling, input validation, and game logic in JavaScript.