This is a simple game where you have to guess the name of the pokemon based on the image. if the name is correct it will reveal the pokemon and you will move on to the next random pokemon. Created with Vite and React
visit the game and the game will start.
- Add a timer
- Add a score
- Add Settings
- Add a leaderboard
- Fork the repo
- Clone the repo
- Make changes
- Commit and push
- Make a pull request
- Clone the repo
- cd into the repo
- run
npm install
- run
npm run dev