The listing of all pokémon will be fed from the PokeAPI, and should be paginated. The listing should be accompanied by two buttons for pagination.
From anywhere in the index page, the user should be able to click any pokemon and go to a different page with more data about that specific pokemon.
Visit the PokeApi.
- TypeScript.
- Jest testing.
- SonarCloud code analysis.
- Netlify deploy.
- Husky (git hooks).
- BEM Methodology.
- CI/CD Pipelines through GitHub Actions.
- Protect main/master branch:
- Can't push without pull request.
- Can't push if pipelines checks haven't passed.