Sunset App is an iOS safety application designed to help students arrive home before dark by providing sunset time predictions based on real-time location and date.
The inspiration behind Sunset App was to address the safety concerns of students who often find themselves working late into the night on campus or in other locations, ensuring they have enough time to reach home before dark.
Sunset App integrates with a weather API to determine the time of sunset based on the user's current location and date. It provides users with the sunset time, allowing them to plan their departure accordingly. Additionally, the app dynamically adjusts its interface color based on the time of day, providing a quick visual indication of whether it's still light outside.
The current version is built with Xcode Version 13.2 (13C107). If you encounter any issues, please ensure you're using a compatible Xcode version. Feel free to raise any issues for further assistance.
This is the initial release of Sunset App. It supports iOS 14+. Future updates may include additional features and optimizations.
- Swift Programming Language
- Core Location for real-time location tracking
- OpenWeatherMap API for sunset time predictions
- Timer functionality for departure planning
- Dynamic interface color based on time of day
- Clone the repository
$ git clone https://github.com/yourusername/sunset-app.git
$ cd sunset-app- Open the project in Xcode
$ open "Sunset App.xcodeproj"- Build and run the app in your simulator or device.
- Xcode 13.2 or later
- iOS 14.0 or later
- Developed by Megan Ma and Adrian Lam

