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.
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.
Guess the Number
A single page application game. Guess a number between 1 and 10 within 3 tries, or you lose!
Magic8ball
Ask a question, then shake to display the answer from the Magic 8 Ball.