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
