Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 456 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 456 Bytes

MiniGithub

Kottans Front End Test Task - Fall 2017

A web application which shows, sorts and filters user's repositories.

User is able to sort by:

  • repo name
  • stars count
  • open issues count
  • updated date

User is able to filter by:

  • has open issues
  • has topics
  • starred >= X times
  • updated after X date
  • type (all, forks, or sources)
  • language

Deployed to gh-pages: https://hmlon.github.io/minigithub/

Technologies

Framework: React