Shubham0812 / HabitTracker_UI

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

Create onboarding UI #10

Closed clarkeben closed 3 years ago

clarkeben commented 3 years ago

This issue is blocked by #8 #3. There is an outstanding issue #9 for the onboarding button - though a placeholder button can be used

Requirements

The UI will need to be created for the onboarding views. This will involve using the Figma design files to layout the images, text, and buttons.

image

The UI consists of three views:

The functionality of the onboarding such as notifications and creating new goals/habits will be added once the UI has been completed.

Solution

Consider using adaptive columns - https://www.hackingwithswift.com/quick-start/swiftui/how-to-position-views-in-a-grid-using-lazyvgrid-and-lazyhgrid

myawesomehub commented 3 years ago

I have created the Onboarding UI, let me know if there is something to discuss @clarkeben #37