My first JavaScript project! A simple browser-based guessing game where you try to guess a random number between 1-100.
๐ Live Demo
- Random number generation
- Input validation (1-100 only)
- Guess counter
- Guess history tracking
- Clean, responsive UI
- Color-coded feedback (red for high or low, green for correct)
- Open
index.htmlin your browser - Enter a number between 1 and 100
- Click "Guess" or press Enter
- Follow the hints (too high/too low) until you guess correctly
- Click "Restart Game" to play again
- HTML5
- CSS3
- Vanilla JavaScript (no frameworks)
- DOM manipulation with
document.getElementById() - Event listeners and user input handling
- JavaScript functions and conditionals
- CSS styling and hover effects
- Using Git and GitHub for version control
This is my first complete web development project. I built it to learn:
- Basic JavaScript programming
- How HTML, CSS, and JS work together
- Git workflow and GitHub
Built by Subham | GitHub Profile