Skip to content

indraarianggi/pokedex-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokedex App

This project was bootstrapped with Create React App and consume data from PokeAPI.

**NB**: I purposely tried to copy the UI design from HealthDex that I found on dribbble while looking for inspiration. But I can guarantee that the implementation of the code is on my own, using the sources that I have listed below.

Access deployed version

You can access deployed version of this app here.

How to run the app locally

  1. Clone this repository

    git clone https://github.com/indraarianggi/pokedex-react.git
    cd pokedex-react
  2. Install the packages

    npm install
  3. Running the app locally

    npm run start

    Then open http://localhost:3000 to view it in the browser.

Resources

  1. PokeAPI.
  2. React documentation.
  3. Create React App documentation.
  4. SWR documentation.
  5. Data fetching in Next.js — How To Use SWR.
  6. Infinite scroll techniques in React.

Releases

No releases published

Packages

No packages published