PokéGuessr is a fun and interactive web application that challenges users to guess Pokémon based on given hints. This project was made for my girlfriend, Ellery <3
- Infinity Mode: Guess as many Pokémon as you can, with new Pokémon selected randomly each time.
- Daily Mode: A new Pokémon to guess every day, ensuring daily engagement.
- Hints System: Provides hints such as type, generation, weight, height, and legendary status to guide the user towards the correct answer.
- Best Score Tracking: Keeps track of the best score for each user.
To run this project locally, follow these steps:
git clone https://github.com/c0nD/PokeGuessr.git
cd PokeGuessr
npm i
npm run dev
Contributions are welcome! Feel free to open issues or submit pull requests to help improve this project.
- Fork the repository.
- Create a new branch (git checkout -b feature/YourFeature).
- Commit your changes (git commit -m 'Add some feature').
- Push to the branch (git push origin feature/YourFeature).
- Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.