tienan92it / Yelp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project 2 - Yelp

Yelp is a Yelp search app using the Yelp API.

Time spent: 15 hours spent in total

User Stories

The following required functionality is completed:

  • Login Screen, just a page before go to Homepage
  • Search results page
    • Add filter button and search text input.
    • Display items, rows should be dynamic height according to the content height.
    • Infinite scroll for restaurant results.
  • Filter page: (Unfortunately, not all the filters in the real Yelp App, are supported in the Yelp API)
    • Categories should show a subset of the full list, and when click "Show all" row to expand all subset.
    • Clicking on the "Search" button should dismiss the filters page and trigger the search with the new filter settings.
    • Using Redux to storage filter data
  • Show loading page when waiting to fetch data from Yelp

The following optional features are implemented:

  • Implement the restaurant detail page with map view (show restaurant's position). react-native-maps)
  • Implement a custom switch to look like Yelp app.

Image

  • Implement login page with Facebook SDK

  • Implements TabbarIOS

    • ListView, the layout as description above
    • MapView, list all place on Map as Marker, and the layout as below. Example

    Image

The following additional features are implemented:

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

Please list two areas of the assignment you'd like to discuss further with your peers during the next class (examples include better ways to implement something, how to extend your app in certain ways, etc):

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 2017 AnTran

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.

About


Languages

Language:JavaScript 80.6%Language:Objective-C 11.6%Language:Python 4.3%Language:Java 3.4%