Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 334 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 334 Bytes

README

Task description:

Make a simple web app where you can display public repositories from github based on search term provided. It can be a super simple page with input field on the top of it. Results can be shown right under the input.

Solution:

  • rspec for tests
  • rails s for web app
  • localhost:3000 in browser