A pokemon search based application for viewing pokemon characters.
app
|- node_modules
|- public
|- src
|- components
|-Card
|-PokemonCard.js
|-CardAction.js
|-Display
|-ResultNotFound.js
|-Drawer
|-Drawer.js
|-Layout
|-Layout.js
|-Theme.js
|-Search
|-Search.js
|-utils
|-utils.js
|-App.js
|-index.js
- Search pokemon by name or number.
- Save pokemon card.
- Delete pokemon card.
- Light & dark theme mode.
http://aoloo.github.io/pokedex-app
cd app
npm install
npm run start
Allan Oloo