Skip to content

marbug/edgica-front-end-task

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Task

Fork this project and send back a pull request.

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/

Result

About

Implementation is based on usage of Angular2 and Bootstrap.

Install Node.JS and npm

Download and install Node.JS from official site

Install needed modules

In command-line/shell run:

cd edgica-app
npm install

How to run

In command-line/shell run:

npm start

and open http://localhost:4200/ in browser.

Unit tests

In command-line/shell run:

npm test

E2e tests

In command-line/shell run:

npm run e2e

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 56.7%
  • HTML 29.3%
  • JavaScript 12.0%
  • CSS 2.0%