A subscription management application built with SwiftUI and SwiftData, designed to help users organize their memberships efficiently. The app offers features like categorization, renewal reminders, and statistics.
- Categorization: Organize your subscriptions by category (e.g., streaming services, software tools, etc.)
- Renewal Reminders: Set reminders for subscription renewals to avoid unexpected charges
- Statistics: Get insights into your spending habits with detailed statistics and visualizations
- SwiftUI Interface: Built with SwiftUI for a modern and intuitive user interface
- Data Management: Powered by SwiftData for seamless data handling
- iOS 14 or later
- macOS 11.0 or later (if applicable)
- Xcode 12 or higher
Clone the repository:
git clone https://github.com/1939323749/submaster.gitOpen the project in Xcode. Build and run the application.
- Adding a Subscription
- Tap the "+" button to create a new subscription entry.
- Fill in details such as name, category, renewal date, and price.
- Save your changes.
- Navigate to the "Statistics" tab.
- View charts and graphs that provide insights into your subscription spending patterns.
Contributions are welcome! If you have any ideas for new features or encounter any issues, please open an issue or submit a pull request.
This project is licensed under the MIT License.
Copyright (c) 2023-2025 zhuxl2121@mails.jlu.edu.cn
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.