Shubham0812 / HabitTracker_UI

Habits and Goal Tracker application using the SwiftUI Framework
Apache License 2.0
59 stars 26 forks source link

Added Basic UI & CoreData #21

Open NotAnmol opened 3 years ago

NotAnmol commented 3 years ago

Habit tracking needs to persist the data for tracking the habits, so I added the CoreData (Created a Habit Model, which is right now incomplete). As app didn't had any plan for UI Structure, I created 2 tabs i.e., Habits & Analytics. Habits: This tab will be used for tracking, adding new, editing & deleting existing Habits. Simulator Screen Shot - iPhone 13 Pro Max - 2021-10-16 at 14 48 45

Analytics: This tab will show analytics like longest streaks, shortest streak, will try to motivate users by gamifying it. Simulator Screen Shot - iPhone 13 Pro Max - 2021-10-16 at 14 48 47

Using SF Symbols for icons.