View over 1000 different Pokemon
Displayed as image cards with pagination
https://pokedex-beta-sage.vercel.app/
First clone the repo:
git clone https://github.com/CodeConnects/pokedex.git
Then install dependencies:
cd pokedex
yarn install
To run the development server (auto-reloads as you edit code):
yarn start
The following builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
yarn build