galihcitta / wp-pokedex

Pokedex WP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warung Pintar Pokedex

MVP

  • User can browse pokemon in infinite list - User can view detailed information of each pokemon
  • User can view the image of each pokemon
  • User can filter list of pokemon based on an attribute of pokemon (feel free to choose one attribute to use for filtering i.e. nature, types)

Tech Stacks

  • React with hooks (All Functional Component)
  • Context API
  • Jest for Unit Testing
  • Styled Components

Installation

  1. Clone this repository
git clone https://github.com/galihcitta/wp-pokedex.git
  1. First, you have to install the dependencies using npm
npm install
  1. After finish installing the dependecies, run the app
npm run start

The default url is: http://localhost:3000

  1. If you want do the test
npm run test

Next Upgrade

  • Add Search function
  • Deploy the app to the cloud

Application Screenshot

app1

app2

app3

app4

About

Pokedex WP


Languages

Language:JavaScript 98.5%Language:HTML 0.9%Language:CSS 0.5%