github-repo-ranking is a tool to search the git org and list the repository based on the stars
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 startapp 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