The project contains three features, which implement with React:
- infinite scroll
- collapsible menu bar
- back to top button
Clone the project
git clone https://github.com/EnChiSu/infinite-scroll-react.git
Go to the project directory
cd infinite-scroll-react
Install dependencies
yarn install
Start the server
yarn start