Skip to content

dbKoho/dev-II-test-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interview Exercise

We want you to read over the public Pokemon API endpoints and create two pages:

  1. A list of all the available pokemon types
  • Be able to select a pokemon type from a list
  • When a pokemon type is selected, it would display the list of pokemon of that type
  • Clicking on the pokemon name, it would go to a new page that would display some details about that pokemon
  1. A Pokemon detail page. This page would display:
  • The name of the pokemon
  • A data grid of stat name (stat.name) and its respective base stat (base_stat)

You are able to use the GraphQL or REST API

Packages

API Documentation

GraphQL API

REST API

Pokemon Types

normal
fighting
flying
poison
ground
rock
bug
ghost
steel
fire
water
grass
electric
psychic
ice
dragon
dark
fairy

About

Created with StackBlitz ⚡️

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published