Github Searcher is NextJS app, which uses Github's REST API to show users and repositories. I hope this app is useful for someone :)
https://github-searcher-maciek.vercel.app/
pnpm install
pnpm dev
# .env.local
NEXT_PUBLIC_API_KEY=YOUR_GITHUB_PERSONAL_ACCESS_TOKEN
# how to create personal access token:
# https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
- Search users
- Search repositories
- Search history
- Set results per page
- Set accent color
- Set app theme
- Pagination
- Next + Typescript
- Tailwind
- React-Query
- Eslint + Prettier + Husky + Conventional Commits
- Jest + React Testing Library
- Github API