Skip to content

nihalerdal/VirtualTourist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Virtual Tourist

Overview

Virtual Tourist app allows users to specify travel locations around the world and create virtual photo albums for each location. The locations and photo albums will be stored in Core Data. User can delete any photo from album by tapping and can renew the page via New Collection button.

This app was completed as an assignment for Udacity course - Become an iOS Developer - and uses fundamental princinples of iOS development such as:

• URLSessions to interact with a public restful API(Flickr) • Network Requests • Core Data for local persistence of an object structure

Language: Swift
Assignment for: Udacity - Become an iOS Developer

Contributing

Please feel free to contribute to Virtual Tourist. To contribute, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/<location>
  5. Create the pull request.

Setup

This projects can run without any additional setup.

Maintainers

nihalerdal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages