Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fsmaiorano/github-starred-repositories

:star2: In this application you can consult all the starred repositories of a user and also sort by name of repository, quantity of stars and quantity issues.
https://github.com/fsmaiorano/github-starred-repositories

axios babel lodash material-ui-next node-sass proptypes react react-redux redux redux-saga sass webpack

Last synced: 19 days ago
JSON representation

:star2: In this application you can consult all the starred repositories of a user and also sort by name of repository, quantity of stars and quantity issues.

Awesome Lists containing this project

README

        

# Github Starred Repositories

In this application you can consult all the starred repositories of a user and also sort by name of repository, quantity of stars and quantity issues.

## Requeriments
* npm or yarn

## How to Run:
* Download or Clone the repository.
* Run ```npm install or yarn``` to install project dependencies.
* Run the app using ```npm run dev or yarn run dev ```.
* In your browser, access the url: ``` localhost:3000 ```.

## Production
* Run ```npm run build or yarn run build``` for generate the production package.