PROJECTS

A collection of Swift iOS apps

Screen Shot 2017-08-24 at 11.42.34 PM_iphone7plusjetblack_portrait.png

Animal Dance

 

An iOS app that allows users to match their favorite animals with scenic landscapes. Built to demonstrate key gestures of tap, swipe, rotate, pinch, and pan. Used UIGestureRecognizers in Interface Builder and IBActions to respond to gestures.

Screen Shot 2017-09-02 at 8.07.47 PM_iphone7silver_portrait.png

Weather app

Single view application that displays current weather temps in NYC.  

Technology utilized:
- fetch weather data via API endpoint to return and parse JSON
- basic asynchronous programming.
- URLSession to create HTTP request.
- JSON serialization to convert JSON to Swift type. 

Screen Shot 2017-09-02 at 7.33.50 PM_iphone7silver_portrait.png

Guess the Number

A single page application game. Guess a number between 1 and 10 within 3 tries, or you lose!

Screen Shot 2017-09-02 at 7.58.13 PM_iphone7silver_portrait.png

Magic8ball

Ask a question, then shake to display the answer from the Magic 8 Ball.