Pokewordle is an open-source game made with React and Pokeapi. You have 7 attempts to guest the secret Pokemon. It's available in Spanish and English.
You can check out the live version of Pokewordle at: https://pokemonwordle.vercel.app
- Framework: Vite + React
- State Management: Zustand
- Styling: Tailwind CSS, shadcn
- API: Poke API
- Play a seven round game to guest a secret Pokemon
- Toggle different generations of pokemons
- SPA
We welcome contributions from the community! If you'd like to contribute, please follow these steps:
- Fork the repository: Click the "Fork" button at the top right of the page.
- Clone your fork: Use
git clone https://github.com/rafacv23/Pokewordle.gitto clone your fork. - Create a new branch: Use
git checkout -b your-feature-branch. - Make your changes: Implement your feature or fix a bug.
- Commit your changes: Use
git commit -m "Your commit message". - Push to your fork: Use
git push origin your-feature-branch. - Create a pull request: Go to the original repository and click "New Pull Request."
This project is licensed under the MIT License. See the LICENSE file for more details.
If you like Pokewordle, please give us a star on GitHub! Your support helps us grow and improve the project.
Thank you for checking out Pokewordle! We hope you find it useful. Feel free to open issues for any bugs or feature requests.