Skip to content

shootermv/fb-paginated-commits-react18

Repository files navigation

ci

Playing Around With React18

gif

Single Page App Displaying Recent Commits and PRs of React Repo

see live site at netlify

Demonstrating:

  • Fetching data from github api
  • Custom Hook Use
  • Client Side List Pagination
  • Client Side List Filtering
  • Lazy loading
  • Dark theme

UI

  • Support for mobile
  • Support for theming

CI

  • github actions

Tools

Development

To run:

  • open terminal
  • clone the project
  • yarn (or yarn install)
  • yarn start