https://github.com/ikramhasan/gitrends
A menubar app for macOS to view trending GitHub repositories.
https://github.com/ikramhasan/gitrends
github-trending nextjs rust tauri typescript
Last synced: about 1 year ago
JSON representation
A menubar app for macOS to view trending GitHub repositories.
- Host: GitHub
- URL: https://github.com/ikramhasan/gitrends
- Owner: ikramhasan
- License: mit
- Created: 2024-04-17T01:37:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T03:11:05.000Z (over 1 year ago)
- Last Synced: 2025-01-01T15:42:01.898Z (about 1 year ago)
- Topics: github-trending, nextjs, rust, tauri, typescript
- Language: TypeScript
- Homepage:
- Size: 10.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gitrends: View trending GitHub repositories.
A menubar app for macOS to view trending GitHub repositories.
## Features
- [x] View trending repositories for today
- [x] Filter repositories by predefined languages
- [ ] Filter repositories by custom languages
- [ ] View trending repositories for this week
- [ ] View trending repositories for this month
## Demo
https://github.com/ikramhasan/Gitrends/assets/61601841/ffb9ebae-4c29-4806-8dd0-2a9a7a7d2086
## Tech Stack
- [Rust](https://www.rust-lang.org/)
- [Tauri](https://tauri.app/)
- [Nextjs](https://nextjs.org/)
## Installation
```bash
# Clone the repository
git clone
# Change directory
cd gitrends
# Install dependencies
yarn install
# Start the app
yarn tauri dev
```