This is a simple number guessing game where the player has to guess a secret number between 1 and 100 within a limited number of attempts.
- Enter a number between 1 and 100 in the input field.
- Click the "Guess" button.
- You will receive feedback whether your guess is too high, too low, or correct.
- You have a limited number of attempts to guess the correct number.
- Clone the repository:
git clone (https://github.com/oluchicharity/Number-Guesser.git) cd Number-Guesser
- Open
index.html
in your web browser to play the game.
npm install
npm start
- Install Jest:
npm install jest
- Run the tests:
npm test
The game is hosted on GitHub Pages. You can play it here.
- Create branches for different features.
- Open pull requests for code review.
- Merge branches into the main branch after review.