Unlimited Scrolling was created with React using Hooks.
This application connects to the openlibrary.org api to retrieve and display book titles. Each new page of titles will be concatenated to the previous page and automatically loaded to the bottom of the page upon scrolling.
Using npm:
git clone https://github.com/dlamb22/unlimited-scrolling.git
cd unlimited-scrolling
npm install
Once it has finished installing all of the packages, run this code:
npm start