Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 788 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 788 Bytes

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