Mkoopajr / code-challenge-december

Code example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

code-challenge-december

Code Exercise in Node & Angular

Please complete as much of this as possible within three hours (mercy rule). If after three hours, you have not completed it, please submit the work you have. Fork the repository, or if you wish for privacy, download and create your own repository, and work on it from there. It's not the speed at which this project is completed, it's the quality of the code and the reasoning behind it. Follow the mockup for design.

Challenge

Ron is new to GitHub and is scared of the internet. Please make an application that makes it easy for him to do what he needs to without leaving the application.

Here's the functional requirements Ron insists on.

  • He needs to be able to run the application locally
  • He needs to connect to the GitHub API
  • He needs an input field to input his search term
  • The results need to return back on the same page (we can limit it to the first 10, he doesn't want pagination)
  • If the search includes the term "Ron", rick roll em' because he's a narcissist
  • You can use any Node / Angular libraries you want.

Here's the mockup to base the design on (also under mockup_example.png).

Once you're done with the challenge, email me back the link to your repository or fork.

About

Code example


Languages

Language:HTML 47.2%Language:JavaScript 40.0%Language:CSS 12.8%