Skip to content

pathei-kosmos/pokemons-rolodex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemons Rolodex

Application created with React (CRA) and deployed on Github Pages, 👉 you can visit its demonstration here 👈.

The app uses class-based components. It fetch() 12 random pokemons (using the componentDidMount() lifecycle method) from PokéAPI, and enables search by name.

Demo gif

Requirements

  • npm
  • Git
  • CLI

Setup

Clone the repo and install the dependencies:

git clone https://github.com/pathei-kosmos/pokemons-rolodex
cd pokemons-rolodex
npm install

Launch the live server:

npm start