/ios_github_demo

Github Repo Finder: allows you to search for popular GitHub repositories by programming language. Using Auto Layout with table views, handling form input, and passing data back from a view controller.

Primary LanguageSwift

Project - Github Repo Finder

Github Repo Finder allows you to search for popular GitHub repositories by programming language. Using Auto Layout with table views, handling form input, and passing data back from a view controller

Time spent: ?? hours spent in total

User Stories

The following required functionality is completed:

  • setup and use Github API
  • Create a Table with Custom Cells for the Repo Results The cell’s contents should be laid out using Auto Layout The repository name and description labels should wrap if the text does not fit on one line The rows in your table should have dynamic heights based on the contents of each cell
  • Create a Settings Page to Configure the Search
  • Allow Filtering By Language

The following optional features are implemented:

  • Add options for whether the search should match text in a repo’s name, description, and/or README.
  • Add options for sorting search results based on stars, forks, or relevance
  • Add options for searching only repositories created after a certain date (e.g. within the past week, month, year).
  • Design and implement an interface for filtering based on that list of all languages available on github

The following additional features are implemented:

  • List anything else that you can get done to improve the app functionality!

Video Walkthrough

Here's a walkthrough of implemented user stories:

Video Walkthrough

GIF created with LiceCap.

Notes

Describe any challenges encountered while building the app.

License

Copyright [2016] [Dang Quoc Huy]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.