Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```