Front-end Coding Challenge

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Implemented Features

  • As a User you are able to list the most starred Github repos that were created in the last 30 days.✅
  • As a User You can see the results as a list. One repository per row. ✅
  • As a User You are able to see for each repo/row the following details :
    • Repository name ✅
    • Repository description ✅
    • Number of stars for the repo. ✅
    • Number of issues for the repo.✅
    • Username and avatar of the owner. ✅
  • As a User I should be able to keep scrolling and new results should appear ✅.

HOME

Screen Shot 2020-01-19 at 10 50 15 PM

technologies used in this project

  • Vue.js (First time working with vue.js)
  • moment.js
  • BootstrapVue

Contributing

Feel free to contribute