Skip to content

barbararcbf12/pokemon-react-ts-gql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon App

This project was bootstrapped with Create React App.

Functionalities

  • 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 or ability
    • order the list of pokemons by name, height or weight
    • navigate back and forward through the available pages of results
    • choose how many results should be displayed per page

Deployed app

Pokemon App

Available Scripts

In the project directory, you can run:

Run application

yarn start

Generate types

yarn codegen

Run tests

yarn test

Build application

yarn build

Remove the single build dependency from your project

yarn eject