A subscription tracker with a neumorphic design that tracks the subsciptions of the user
SubTrackerRealm
Overview
Description
Technologies used: SwiftUI | Realm
This app is a subscription tracker with a neumorphic design that tracks the subsciptions of the user.
Stories
User can view added subscriptions
User can create a subscription
User can mark the subscription as active or inactive
- This will sort the subscriptions by active and then by date.
User can delete a subscription
Subscription Model
- Sub Model
- id : to identify the subscription, created automatically by Realm
- title : subscription title
- price : subscription price
- active : true if subscription is active, false if subscription is inactive
- renewDay : renewal day of the subscription