Guess It! is a React-based quiz game that brings together multiple guessing games in a single application. Users can choose from different categories such as logos, countries, football clubs, and social media apps from the home screen and navigate to the game they want to play.
- The user lands on the home page.
- Four game categories are displayed as interactive cards.
- Clicking Enter Game on any card navigates the user to that game's route.
- Each game is designed to have its own dedicated page and gameplay while sharing the same application.
| Route | Description |
|---|---|
/ |
Landing page displaying all available guessing games. |
/logo-guesser |
Guess the Logo game. |
/flag-guesser |
Guess the Country game. |
/club-guesser |
Guess the Football Club game. |
/ui-guesser |
Guess the App game. |
- React
- Vite
- React Router DOM
- CSS
- Lucide React
Install dependencies and start the development server:
npm install
npm run devOpen your browser and visit:
http://localhost:5173