This is a demo project made by Dave Amison for the purpose of basic win loss condition and functions in react
Welcome to the "Guess the Number" game built using React! This is a simple and fun game where players try to guess a randomly generated number within a certain range.
You can view a live demo of this project here: https://devclickuk.github.io/guess-the-number
- React
- Generate a random number within a specified range.
- Allow the player to input their guesses.
- Provide feedback on whether the guess is too high, too low, or correct.
- Keep track of the number of attempts.
- Display a history of guesses.
- Option to restart the game.
- Customizable settings for the range of numbers.
- Clone this repository to your local machine.
git clone https://github.com/devclickuk/guess-the-number
- Navigate to the project directory.
cd todos
- Install the project dependencies.
npm install
- Start the development server.
npm start
- Open http://localhost:3000 to view the app in your browser.
The key files and directories in this project include:
src/ - Contains the main source code for the React app & css files.
This project is licensed under the MIT License.