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.
- Host: GitHub
- URL: https://github.com/thatbeautifuldream/gitstarred
- Owner: thatbeautifuldream
- Created: 2024-05-21T20:08:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-31T15:38:21.000Z (over 1 year ago)
- Last Synced: 2025-01-26T10:41:35.425Z (9 months ago)
- Topics: github, octokit, octokit-js, starred-repositories
- Language: TypeScript
- Homepage: https://gitstarred.vercel.app
- Size: 249 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.