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.
- npm
- Git
- CLI
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