Skip to content
This repository has been archived by the owner on Apr 7, 2019. It is now read-only.
/ gitstars Public archive

A minimalist electron app to visualise your GitHub starred repositories

License

Notifications You must be signed in to change notification settings

rootasjey/gitstars

Repository files navigation

⚠️ This repository is archived and read-only (and its depencies are highly outdated).

app icon Gitstars

A minimalist electron app to vizualize your GitHub starred repositories.

Why ?

  • Visualize your starred repos in a cards layout
  • Fast UI
  • Keep your starred repos open
  • (personal) Learn about graph-ql client-side
  • (personal) I wanted to play with Vue and Electron

Latest update

  • Add app's menu

Screenshots

home-light.png home-dark.png repo-dark.png

Downloads

Only macOS build is available for now. You're welcome to build the app for your own platform and then send me a pull request :)

Contributing

Build setup

Folow these steps to develop gitstars

# with yarn

# clone the repo to your local env
git clone https://github.com/rootasjey/gitstars.git

# install dependencies
yarn

# serve with hot reload at localhost:9080
yarn run dev

# build electron application for production
yarn run build

# run unit tests
yarn run test

# lint all JS/Vue component files in `src/`
yarn run lint
# with npm

# clone the repo to your local env
git clone https://github.com/rootasjey/gitstars.git

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build

# run unit tests
npm test


# lint all JS/Vue component files in `src/`
npm run lint

Librairies

This app uses:

Credits

Icons made by Freepik from www.flaticon.com is licensed by CC 3.0 BY