A simple Guess the Number game built using JavaScript.
The app generates a random number, and the user tries to guess it with feedback provided after each attempt.
- Random number generation
- User input handling
- Instant feedback (too high / too low / correct)
- Simple and beginner-friendly
- HTML
- CSS
- JavaScript
- Open the app in your browser.
- Enter a number and submit your guess.
- Keep guessing until you find the correct number.
Free to use for learning and personal projects.