Skip to content

Yelpy is an iOS app that allows user to browse restaurants nearby them from the Yelp Fusion API.

Notifications You must be signed in to change notification settings

kabirdhillon7/Yelpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yelpy

Yelpy is an iOS app that allows user to browse restaurants nearby them from the Yelp Fusion API.

Table of Contents

Description

Some of the main features include:

  • User can login or create a new account, and stay logged in across restarts.
  • User can view a tab bar with a home feed and chat tab
  • Home Feed Tab
    • User can view restaurants nearby them using their location, and can search for restaurants using the search bar
    • User can tap a cell to see more details about a particular restaurant which also presents the restaurant's address in a MKMapView.
      • Users are able to take/upload a photo to a restaurant's map pin
    • User can load past restaurants infinitely using a UIRefreshControl
    • Presents an animations using Lottie and Skeleton View when restaurants are loading
  • Chat Tab
    • User can chat with other app users using a Parse backend chat

Requirements

  • iOS 15.0 or later
  • iPhone 6s or newer
  • iPod touch 7th generation or newer

Demo

Current Progress Walkthrough


Installation

To install and set up the app on your own device, follow these steps:

Prerequisites

Cloning the repository

To clone the repository, open a terminal and enter the following command:

git clone https://github.com/kabirdhillon7/Yelpy

Installing dependencies

To install the dependencies for the app, navigate to the directory where you cloned the repository and run the following command:

pod install

This will install all of the dependencies specified in the Podfile.

Open the Yelpy.xcworkspace file in Xcode. Make sure that the Yelpy scheme is selected, and then click the "Run" button to build and run the app.

Configuration

Before you can use the app, you will need to set up your API keys. To do this, follow these steps:

  1. Go to https://fusion.yelp.com and sign up for an API key.
  2. In Xcode, open the API.swift file and replace apikey with the API key you received.

Testing

Dependencies

This app uses the following dependencies:

Contact

If you have any questions or feedback, you can reach me through the following channels:

About

Yelpy is an iOS app that allows user to browse restaurants nearby them from the Yelp Fusion API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published