Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 956 Bytes

README.md

File metadata and controls

57 lines (43 loc) · 956 Bytes

Pokemon Cards

A pokemon search based application for viewing pokemon characters.

Framework

Component Library

API

Project Structure

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

Features

  • Search pokemon by name or number.
  • Save pokemon card.
  • Delete pokemon card.
  • Light & dark theme mode.

Demo

http://aoloo.github.io/pokedex-app

Running Locally

  • cd app
  • npm install
  • npm run start

Authors

Allan Oloo