You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JourneyPin is a modern iOS application that allows users to organize and store their travel memories in an intuitive way. The app combines map functionality with the ability to add photos and notes, creating a digital travel journal.
🌟 Features
📱 Core Functionality
User Profile Management - Create and switch between different user profiles
Journey Creation - Add new trips with names, dates, and notes
Interactive Maps - Mark locations on the map with customizable pins
Photo Gallery - Attach photos to specific locations
Journey Editing - Modify existing trips and locations
Travel History - Browse through all your past adventures
🗺️ Map Features
Pin Management - Add, edit, and delete location pins
Photo Integration - Select and attach photos from your gallery to specific pins
Location Editing - Drag and reposition pins on the map
Visual Journey Tracking - See all your journey locations at a glance
📱 Screenshots
Home & User Management
Home View
Users List
Add New User
Journey List Management
Empty Journey List
Journey List
Delete Journey
Adding New Journey & Pins
Add New Journey
Add Pin (Empty)
Select Photo
Pin Complete
Journey Details
Journey Details
Journey Pins
Editing Features
Edit Journey
Delete Pin
Change Pin Position
🏗️ Technical Architecture
Core Data Model
User - User profile management
Trip - Journey/trip information
Pin - Location markers with coordinates
Key Views
HomePageView - Main dashboard
JourneyListView - Trip overview and management
MapView - Interactive map interface
AddJourneyView - Create new trips
EditJourneyView - Modify existing trips
ShowTripView - Display trip details
Technologies Used
Swift - Programming language for iOS development
SwiftUI - Modern declarative UI framework
Core Data - Local data persistence
MapKit - Interactive map functionality
🚀 Getting Started
Installation
Clone the repository
git clone [repository-url]
Open the project in Xcode
open journeypin.xcodeproj
Build and run the project
Select your target device or simulator
Press Cmd + R to build and run
🎯 Usage
Create a User Profile - Start by adding a new user profile
Add a Journey - Create a new trip with a name and description
Mark Locations - Tap on the map to add pins to interesting locations
Attach Photos - Add photos from your gallery to each pin
Edit and Organize - Modify your trips and locations as needed
Browse Memories - View all your journeys and relive your adventures
🔧 Development
Project Structure
journeypin/
├── Views/ # SwiftUI view components
├── Models/ # Core Data models
├── Assets/ # Images and resources
└── Persistence/ # Data management
Project for iOS App Development Lab - JourneyPin is an iOS application that allows users to organize and store their travel memories in an intuitive way. The app combines map functionality with the ability to add photos and notes, creating a digital travel journal.