Skip to content

shootermv/fb-paginated-commits-react18

Repository files navigation

ci

Playing Around With React Latest Version

gif

Single Page App Displaying Recent Commits and PRs of React Repo

see live site at vercel

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
  • pnpm (or pnpm install)
  • pnpm start