Skip to content
forked from mxstbr/pokedex

An example React app built "the old way"

Notifications You must be signed in to change notification settings

mvitzthum/pokedex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokedex

An example React application built in the old way. It was bootstrapped with Create React App.

Download the code

git clone https://github.com/mvitzthum/pokedex
cd pokedex
npm install

If you don't have yarn installed, run npm install --global yarn beforehand!

Run the app locally

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Change the delay

The API lib introduces some artificial delay to make spinners more prominent.

To improve your development speed when you don't need to see spinners you can edit the MIN_DELAY_MS and MAX_DELAY_MSvariables in src/api/pokeapi.js!

About

An example React app built "the old way"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.1%
  • HTML 15.4%
  • CSS 0.5%