
Portfolio
My Portfolio iOS App
This Portfolio iOS App is a high-performance, aesthetically driven showcase of my work. Built with SwiftUI, it merges elite engineering with visual artistry to provide a premium user experience.
Elite Engineering & Visual Artistry
The Home screen sets the tone with a captivating, fluid background and bold typography that reflects a high-end design philosophy.

Every pixel is optimized for high-impact visual storytelling and seamless interaction.
Comprehensive Project Ecosystem
The app features a sophisticated project management system, categorizing work into Apps, Webs, and Motion Graphics with intuitive navigation.


A holistic view of skills and professional reach, accessible right from your fingertips.
Cinematic Experience
Experience the fluid animations and intuitive transitions that define the portfolio's mobile experience.
Redefining how professional work is showcased on mobile devices.
SwiftUI Architecture
The application is built on a high-performance SwiftUI architecture, utilizing modern navigation patterns.
Navigation Structure
swiftTabView {
Tab("Home", systemImage: "house") {
HomeView()
}
Tab("Projects", systemImage: "folder") {
ProjectsView()
}
Tab("Skills", systemImage: "star") {
SkillsView()
}
Tab("Contact", systemImage: "envelope") {
ContactView()
}
Tab("Search", systemImage: "magnifyingglass", role: .search) {
SearchView()
}
}