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.