Planner is an iOS application built with SwiftUI, designed to help users organize their daily life efficiently.
It combines a clean interface with practical tools for scheduling, note-taking, and time tracking β all in one minimalist app.
- π Calendar β browse and manage daily events
- π Timer & Time Calculator β track activities and calculate time intervals
- π Notes β store and edit your personal notes
- βοΈ Settings β customize your app preferences
- π‘ Simple & Elegant UI β inspired by Appleβs design philosophy
- Language: Swift
- Framework: SwiftUI
- Architecture: MVVM-like structure
- Platform: iOS (Xcode project)
project1ios/
βββ Planner.xcodeproj # Xcode project file
βββ project1ios/
βββ PlannerApp.swift # Entry point
βββ MainView.swift # Root navigation view
βββ CalendarView.swift # Calendar feature
βββ NotesView.swift # Notes feature
βββ AddTimerView.swift # Add new timer
βββ EditTimerView.swift # Edit existing timer
βββ TimeCalculatorView.swift
βββ SettingsView.swift
βββ Assets.xcassets # App icons & colors
- Clone this repository:
git clone https://github.com/kv34dev/Planner
- Open the project in Xcode:
cd project1ios
open Planner.xcodeproj
- Build and run the app on a simulator or physical device (iOS 18+).
-
Dark mode support
-
Widget for quick timer access
