Hello, I'm Zehra

iOS App Developer

I develop user-friendly, beautiful, and high-performance mobile applications using SwiftUI and modern iOS technologies.

2+

Published Apps

10K+

Happy Users

4.5+

Average Rating

My Apps

My published iOS apps on the App Store

Todo - Daily Task

Todo - Daily Task & Checklist

Organize your daily tasks, set reminders, and increase your productivity. Task management has never been this easy with its modern and user-friendly interface.

Smart Task Management
Powerful Reminders
Progress Tracking
Categories & Tags
Notever - Writing Notes

Notever - Writing Notes

Safely store your thoughts, ideas, and notes. Offers a modern note-taking experience powered by SwiftData.

Smart Categories
Powerful Search
Customizable Theme
Secure Storage

About Me

Creating user-focused applications with a passion for iOS development

iOS Developer & UI/UX Enthusiast

Hello! I'm Fatma Zehra ASLANTAŞ. I'm a passionate developer in iOS application development. Using SwiftUI and modern iOS technologies, I develop applications that make users' daily lives easier.

In every project, I prioritize user experience and aim to create applications that are perfect both functionally and aesthetically. With a philosophy of continuous learning and self-improvement, I follow the latest innovations in the iOS ecosystem.

Technologies & Skills

Swift
SwiftUI
SwiftData
Git
UI/UX Design
App Analytics
ContentView.swift
import SwiftUI

struct ContentView: View {
    @State private var message = "Hello, World!"
    
    var body: some View {
        VStack {
            Text(message)
                .font(.largeTitle)
                .foregroundColor(.blue)
                .padding()
            
            Button("Tap me!") {
                message = "SwiftUI is awesome!"
            }
            .buttonStyle(.borderedProminent)
        }
    }
}

Contact

Don't hesitate to get in touch with me

Reach Out to Me

You can contact me for new project ideas, collaborations, or feedback about my applications.