Movie React application with infinite scroll loading, mocked fetch calls, debounced search, filter, and favourites
App link: https://swport.github.io/movies-app/
- Infinite loading on scroll
- Mocked fetch call with pagination (local json data file)
- Search with debounce implemented
- Filter by genre, year range and rating
- Add to favourite
- Deployed on Gh Pages
Just run and visit http://127.0.0.1:3000/
yarn dev
To build the App, run
yarn build
And you will see the generated file in dist
that ready to be served.
- Test cases