An open API service indexing awesome lists of open source software.

https://github.com/thatbeautifuldream/gitstarred

Browse starred repos from community github profiles.
https://github.com/thatbeautifuldream/gitstarred

github octokit octokit-js starred-repositories

Last synced: 7 months ago
JSON representation

Browse starred repos from community github profiles.

Awesome Lists containing this project

README

          

# Git Starred

This is an application that showcases starred repositories from github users.

## Features

- [x] 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.

## Technologies

- Next.js
- React
- TypeScript
- TailwindCSS
- Server Actions
- Github API
- Octokit.js

## Setting up the project locally

1. Clone the repository.
2. Run `pnpm install` to install dependencies.
3. 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.
4. Run `pnpm dev` to start the development server.