yamilelias / frontend-challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prograpp Angular Developer Challenge

Show us what you can do and how clean your code is! Write a JavaScript app using Angular that will allow a user to search a repository by name and display a repository's relevant information such as URL, description, forks count, stargazers count, open issues count etc.

Also, display the available issues of a repository in a separate section in the UI:

  • Implement the best design possible for the user interface - you can use whatever library you want.
  • You can use any JavaScript libraries to support Angular (Underscore etc).
  • Use best practices in writing JavaScript, CSS, and HTML.
  • Write clearly and use proper MVC structure to write the application.
  • Bonus: Add another section for visualisation chart (using a JavaScript charting library that you already know) for the number of forks, open issues, stargazer count, watchers count, or any relevant information about the repository.

Useful Docs

We could be sneaky and not say anything else, but here's some things we're looking to see:

  • An app we can try :)
  • Use of existing open source libraries
  • Something not looking like a web site from 2000s, We do like how the internet looks today :)
  • By the way, if you find the Github API a task too boring, pick something else you like. Without giving any hints, there are a few nice APIs available out there from Star Wars, Pokemon, Cats (of course), ...
  • Follow the gitflow, that's an extra that we would love to see!

Submission notes

Please create a fork to this repository to have account of your task.

About