Skip to content

bullet03/pokemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

List of 20 Pokemon cards

The App grabs a list of 20 pokemons from the server and prints them out

DEMO

screenshot

  • React v17 (CRA)
  • Routing
  • CSS modules

To Run Locally

  • clone the repo;
  • use npm install/yarn to install all the dependencies
  • use npm start/yarn start to run locally