Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-06T03:16:45.000Z (8 months ago)
- Last Synced: 2024-05-06T04:27:19.039Z (8 months ago)
- Topics: github-trending, nextjs, rust, tauri, typescript
- Language: TypeScript
- Homepage:
- Size: 10.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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
```