Skip to content

kv34dev/Planner365

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Planner365 — Productivity & Time Management App

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.

screenshot

Now avaliable on the AppStore

Download on the App Store

✨ Features

  • 📅 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

🧩 Tech Stack

  • Language: Swift
  • Framework: SwiftUI
  • Architecture: MVVM-like structure
  • Platform: iOS (Xcode project)

📂 Project Structure

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

🚀 Installation

  1. Clone this repository:
git clone https://github.com/kv34dev/Planner
  1. Open the project in Xcode:
cd project1ios
open Planner.xcodeproj
  1. Build and run the app on a simulator or physical device (iOS 18+).

🧠 Future Improvements

  • Dark mode support

  • Widget for quick timer access