
iOS Apps
These are apps created using Swift and Xcode.
Mini Xylophone
Music instrument app that uses AVFoundation library to play instrument sounds.
Air Ducky
iOS game made using SpriteKit and UIKit for a flappy bird-like gameplay experience, utilizes random number generator and cocoa pods for firebase and google mobile ads. Fully animated using image arrays. Features the ability to change the game difficulty. Deployed to App Store
Donor Link
Donor Link is a startup I have been working on. It is a type of social networking platform that allows people in need of kidney donor to share their stories in order to find altruistic kidney donors. Utilizes UIStackview and UICollectionview.
Body Mass Index Calculator
App that allows the user to select their height and weight and returns their body mass index as well as a few words of advice based on what your body mass index is.
Weather Point
Pulls real-time weather data using Open Weather API. Utilizes networking to automatically update weather data using JSON parsing as well as URLsessions . Uses GPS location to give the user the current weather conditions in their immediate vicinity, utilized CoreLocation and UIKit. Supports dark mode.