jimmyrperezpierola / spotcheck

React Native phone app to find dog-friendly restaurants

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpotCheck -- Pup Friendly Restaurants

About the app

SpotCheck is mobile app that allows the user to find dog-friendly restaurants nearby or through a city search. The app has a social component: users who login may post restaurant reviews and 'check-in' to a location they are in or very close to.

SpotCheck was built with React Native and supports IOS and Android. The app uses the Yelp api to find dog-friendly restaurants. The applications backend is in a separate project and deployed to a Heroku server (https://github.com/GraftonJ/spotcheck-be)

View a short video demo at: https://youtu.be/IW1INo2XOqw

Search

The Search screen allows proximity search or lookup by city name.

Example

Results

The Results screen is a scrollable list of restaurants with average ratings from other app users (1 to 5 tennis balls) and the number of users who have checked-in to the location.

Example

Details

Tapping a result leads to the Detail screen with more information on the restaurant and a link to the mobile device's default map.

Example

Example

Reviews

If the user is logged in they may tap to leave a rating and comments.

Example

Check-in

If the user is logged in they may check-in to a restaurant based on their current location. In this example the two restaurants are very close to each other so the app lists both choices.

Example

Example

Login/out

Basic user management screens.

Example

Example

Example

About

React Native phone app to find dog-friendly restaurants


Languages

Language:JavaScript 91.4%Language:Objective-C 4.6%Language:Python 2.1%Language:Java 1.9%