Skip to content

devclickuk/guess-the-number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Guess The number Game

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.

Demo

You can view a live demo of this project here: https://devclickuk.github.io/guess-the-number

Technologies Used

  • React

Features

  • 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.

Getting Started

  1. Clone this repository to your local machine.
git clone https://github.com/devclickuk/guess-the-number
  1. Navigate to the project directory.
cd todos
  1. Install the project dependencies.
npm install
  1. Start the development server.
npm start
  1. Open http://localhost:3000 to view the app in your browser.

Project Structure

The key files and directories in this project include:

src/ - Contains the main source code for the React app & css files.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published