Created React Infinite Scroll Component which fetches data automatically on scroll and select dropdown filters
- Multi-filter dropdowns
- Infinite Scroll
- Memoized components to improve performance
- Responsive
Clone the repository
git clone https://github.com/Saksham294/react-infinite-scroll.git
Navigate and open the client folder
cd client
Install all the dependencies using
npm i
To run the client side enter
npm start