pobch / use-fetch-with-infinite-scroll

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use React hook to fetch Pokemon names and their pictures from 3rd-party REST API. Also implement infinite scrolling into this project.

How to start the project on local

After cloning this project, run:

  1. yarn to install all dependencies
  2. yarn start to start the project created by create-react-app
  3. Open http://localhost:3000 to view it in the browser.

About


Languages

Language:JavaScript 83.5%Language:HTML 16.5%