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:
yarn
to install all dependenciesyarn start
to start the project created by create-react-app- Open http://localhost:3000 to view it in the browser.