"Guess My Number" is a simple game where players try to guess a randomly generated number within a certain range. This project is designed to demonstrate JavaScript usage in the browser DOM and event handling.
- Random number generation
- User input handling
- Dynamic updates to the DOM
- Event listeners for button clicks