On the Map is a simple app that allows Udacity Students to add their location on a map through a pin.
The purpose of this mini-app is to demonstrate my abilities as an mobile app developer/engineer. This was one of my very first apps.
Areas of focus: MapKit/CLGeocoder, API/RESTful Services, Udacity Authentication, FBSDKLoginKit
Architecture: Model-View-Controller (MVC)
- Persisting Data of Student Locations via Pins
- Authentications via Facebook and Udacity
- URL Requests
• iOS 12.0+ < 14.0
• XCode 11+
• Facebook 7.0.0
Students do not upload their own names on the pins. Random public usernames are added to the student's pin for privacy purpose.
To contribute to OnTheMap, 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.
Alternatively see the GitHub documentation on creating a pull request.
Become the first contributor by contributing to this project! See Contributing to OnTheMap above for more information.
If you want to contact me you can reach me at [email protected].
This project copyrighted 2020(c)Chantal Deguire under the following license: MIT License.
Please check the Open Source Licenses for more information._ Some of the content is licensed under Udacity Online Courses



