Guess It is a number guessing game built using React Vite, Tailwind, and Zustand. It is designed to be a fun and interactive game where players have to guess a number within a certain time limit.
-
Make sure you have Node.js installed.
-
Clone this repository or download the ZIP file and extract it.
-
Open a terminal and navigate to the project directory.
-
Run the following command to install the dependencies using yarn:
yarn install
-
Start the development server using the following command:
yarn dev
-
Open your web browser and visit http://localhost:3000
- There are three levels: easy, medium, and hard.
- Easy: Interval from 1 to 30.
- Medium: Interval from 1 to 60.
- Hard: Interval from 1 to 100.
- Once you choose the level, the game will start, and you have 20 seconds to make your guess.
- Type your guess in the input field and click the "Guess" button or press Enter.
- You will receive feedback on whether your guess was too high or too low.
- Keep guessing until you find the correct number or the time runs out.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.