I started learning Swift and SwiftUI in 2021 to become an iOS Developer. I love the process of building applications that directly impacts individuals by enhancing their daily productivity or hobbies, providing enjoyment, or improving their health. Feel free to message me on either X (Twitter) or LinkedIn 😬
MoveFITT is a physical activity tracker to help you meet the Physical Activity Guidelines for Americans to improve your overall health. It provides the recommended goals for daily physical activity, weekly physical activity, step count, and muscle strengthening activity. MoveFITT also tracks other health metrics such as active calories burned, resting heart rate, and heart rate variability. It also provides you your workout history.
- Implement HealthKit API to retrieve health metrics
- Track step count, active calories burned, exercise minutes, resting heart rate, heart rate variability (HRV), and workout history
- SwiftUI Charts with interactivity
Digimon: Character Finder App lets you search for a Digimon and their level.
- Performed a networking call to the Digimon REST API using Swift async/await syntax to fetch then display JSON data
- Developed UI programmatically with UIKit and utilized Auto Layout constraints
- Utilized UserDefaults to keep track of the user favorites
G-Club Companion records and saves golf club details which includes carry distance, flex, brand name, and loft.
- Implemented Core Data to persist data
- Provided pre-loaded JSON Data to improve performance
- Ensured a better user experience by implementing TipKit