/pokemon

Classic Pokemon API

Primary LanguageJavaScript

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