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
Please feel free to contribute to Virtual Tourist. To contribute, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Push to the original branch:
git push origin <project_name>/<location>
- Create the pull request.
This projects can run without any additional setup.
nihalerdal