This project was bootstrapped with Create React App.
- Fetch data from the Pokemon Graphql endpoint https://beta.pokeapi.co/graphql/v1beta paginated
- Automatically generate types based on the Graphql schema
- The user can:
- click on a Pokemon to see more information about it
- search for a Pokemon by
name
orability
- order the list of pokemons by
name
,height
orweight
- navigate back and forward through the available pages of results
- choose how many results should be displayed per page
In the project directory, you can run:
yarn start
yarn codegen
yarn test
yarn build
yarn eject