An iOS app for sailors to record and manage logbook entries while sailing.
- 📱 Native iOS app built with SwiftUI
- 📍 GPS tracking and route recording
- 📝 Digital logbook with all essential entries:
- Position and course
- Wind (direction, speed, Beaufort)
- Sail setup and maneuvers
- Weather conditions
- Notes and more
- 🗺️ Map integration for route visualization
- 📊 Trip statistics and analysis
- 💾 Import/Export of logbook entries
- 🌍 Offline functionality
[Insert some app screenshots here]
The app is available on the App Store: [Insert App Store Link]
- Xcode 15.0+
- iOS 17.0+
- Swift 5.9+
- Clone the repository
git clone https://github.com/[your-username]/sailing-logger.git
- Open Xcode project
cd sailing-logger
open "Sailing Logger.xcodeproj"
. Set up required developer certificates
- Build and run in Xcode
- SwiftUI
- CoreLocation
- MapKit
- CoreData
- CloudKit
Contributions are welcome! Please read the contribution guidelines first.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License.
Project Link: https://github.com/pfederi/sailing-logger