SubTrackerRealm

Overview

Screen Shot 2022-01-20 at 1 16 28 PM

Screen Shot 2022-01-20 at 12 53 12 PM

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

Light Mode Dark Mode

User can create a subscription

Light Mode Dark Mode

User can mark the subscription as active or inactive

  • This will sort the subscriptions by active and then by date.

Light Mode Dark Mode

User can delete a subscription

Light Mode Dark Mode

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

GitHub

View Github