Use React hook to fetch Pokemon names and their pictures from 3rd-party REST API. Also implement infinite scrolling into this project.
After cloning this project, run:
yarnto install all dependenciesyarn startto start the project created by create-react-app- Open http://localhost:3000 to view it in the browser.