Pokedex API - React

A basic React project relying on the https://pokeapi.co/ API to create a small website displaying the original Pokemons.

https://pokedex-navy-six.vercel.app/

Contributions

If you would like to contribute to the project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix (git checkout -b feature/new-feature).
  3. Make your changes and commit them following the Conventional Commits format (git commit -m 'feat: add new feature' or fix: correct a bug).
  4. Push your branch to the remote repository (git push origin feature/new-feature).
  5. Create a Pull Request.