Create a simple grid by fetching and displaying data from GitHub Search API https://developer.github.com/v3/search/
Search for repositories that have been written in JavaScript. Use map search keyword. Sort by stars in descending order.
Feel free to choose CSS or JavaScript framework or libraries you want.
How to fork https://help.github.com/articles/fork-a-repo/
How to do a pull request https://help.github.com/articles/using-pull-requests/
Implementation is based on usage of Angular2 and Bootstrap.
Download and install Node.JS from official site
In command-line/shell run:
cd edgica-app
npm install
In command-line/shell run:
npm start
and open http://localhost:4200/ in browser.
In command-line/shell run:
npm test
In command-line/shell run:
npm run e2e