Skip to content

MatheusMFranco/infinite-scroll

Repository files navigation

Infinite Pagination

Build Status

This project is a web app with a single page that lists all the items available in this legacy API in an infinite scrolling page. Whenever the user clicks in one of the items, the item becomes greyed out. This persist even after refreshing the page.

You can see the site in https://react-infinite.web.app.

Available Scripts

In the project directory, you can run:

npm install

It will download all of packages to the application working well.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

npm run storybook

Build a simple page with each component to preview them by your wish. You can change values by an easy way.
Open http://localhost:6006 to view it in the browser.

npm run deploy

It will deploy the application on Firebase.

npm run fix

Validate if the application has lint error.

About

React app with infinite scroll and selected item persistence in local storage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published