Skip to content

NateMRosario/Unit5GroupProjectOne

Repository files navigation

Unit 5 - Homework [Group One]

Overview

Powered by Foursquare, this app lets you search for venues at different locations. This app can also use your current location to give you a list of venues in the area. If you see any venues you'd like to remember and add tips about, you can create a new collection or save them to a new collection.

Gifs

User Allowing Location Access User Denying Location Access
Get Venue Info From Map Get List Of Venues
Save Venue To New Collections with Tip Save Venue to as Existing Collection with Tip
Change Names of Collections
Delete Collections Delete Venues From Collections

Features

  • Can search for venues either in a specific location or at current user location
  • Can view an image associated with each venue
  • Can save venues to collections and add tips about them
  • Can create new and delete existing collections
  • Can delete venues in existing collections

Requirements

  • iOS 8.0+ / Mac OS X 10.11+ / tvOS 9.0+
  • Xcode 9.0+
  • Swift 4.0+

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ sudo gem install cocoapods

Pods

How to Install Pods

To integrate these pods into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!

target '<Your Target Name>' do
    pod 'Alamofire',
    pod 'SnapKit',
    pod 'KingFisher'
end

Then, run the following command in Terminal:

$ pod install

API Endpoints

FourSquare API

Credits (Team M&M!!)

  • Project Manager: Meseret Gebru - GitHub
  • Tech Lead: Nathan Rosario - GitHub
  • UI/UX: Melissa He - GitHub
  • QA: Marlon Rugama - GitHub

Extra Stuff lol

Objetives by Marlon (Objective Without the "C" LOL):

  1. Assign responsibilities
  2. Create a shared project on GitHub
  3. Plan the way of work
  4. Assign specific feature to be implemented
  5. Test all the features
  6. Merge in one branch
  7. Submit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •