Single Page App Displaying Recent Commits and PRs of React Repo
- Fetching data from github api
- Custom Hook Use
- Client Side List Pagination
- Client Side List Filtering
- Lazy loading
- Dark theme
- Support for mobile
- Support for theming
- github actions
- react 18
- unit tests react testing library
- e2e tests playwright
- open terminal
- clone the project
yarn
(oryarn install
)yarn start