This is a T3 Stack project bootstrapped with create-t3-app
.
The website is a simple responsive app that allows you to search for users on GitHub and display a set of information about them including their repositories, followers, contributions, etc.
The app builds on good foundations for performance and optimizations, including API caching, input debouncing, and server-side rendering.
- Next.js 14
/App
Router - Shadcn UI
- Tailwind CSS
- tRPC + React Query
- Octokit GraphQL API
Preferred:
pnpm install
pnpm dev
or
npm install
npm run dev
or
yarn
yarn dev
Open http://localhost:3000 with your browser to see the result.
- Repository pagination
- Testing
- Better error handling