Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 640 Bytes

File metadata and controls

34 lines (23 loc) · 640 Bytes

Github Repository Ranking

github-repo-ranking is a tool to search the git org and list the repository based on the stars

Installation

Dillinger requires Node.js v10+ to run.

Run in local environment

> git clone git@github.com:tiger-codes/github-repo-ranking.git
> cd github-repo-ranking
> npm istall
> npm start

app will run or http://localhost:3000/

To run tests

> npm test

FEATURES

  • Search reporsitory
  • Pagination on the results

TODOS

  • Unit tests
  • Enhance styling and UX
demo.mov