This is an application that showcases starred repositories from github users.
- Showcase user starred repositories.
- Showcase user contributions in repositories.
- Showcase user followers.
- Showcase user following.
- Showcase user organizations.
- Showcase user repositories.
- Showcase user gists.
- Showcase user events.
- Showcase user organizations.
- Next.js
- React
- TypeScript
- TailwindCSS
- Server Actions
- Github API
- Octokit.js
- Clone the repository.
- Run
pnpm install
to install dependencies. - Source
GITHUB_TOKEN
variable from.env.example
, populate the entry with your github token with relivant permissions and paste it to a.env.local
file in the root of the project. - Run
pnpm dev
to start the development server.