Skip to content

hoardingnuts/code-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

//README.md

Github Getter

Overview

Write a single page JavaScript application that allows users to search through Github repositories via keyword.

  • Write your app using either a) "vanilla" javascript or b) React.js. Lodash (included).
  • Do not spend more than four (4) hours on this task.
  • Some files have been created for you in advance – app.js, styles.css and index.html.
  • index.html contains three elements: one for the search term, one for the results, and one for an overlay.
  • Search results should display as a list. Each list item should display the repository's name and owner.
  • When a result is clicked/tapped, please display the repository's language, followers, url and description.
  • UI presentation and search UX is up to you.
  • Build for the latest version of Chrome only.
  • And lastly, please follow up with some thoughts on where you would take this feature further. For example, maybe you'd refine the UI or process github data differently. Add these thoughts to the README.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published