ucsb-cs148-w24 / project-pj12-BeeFree

BeeFree is a screentime management app that allows you to choose apps to block, view your screentime data, and even share it with your friends!
MIT License
2 stars 0 forks source link

Set up login page (frontend) 1/2 #42

Closed MikeW1121 closed 9 months ago

MikeW1121 commented 9 months ago

set up only the front end of the login page. This should contain a button that takes user to the login options (appleid, google). Also a sign up button next to it which takes the user to a sign up page.

BeeFree\Features\Login\View\LoginView.swiftui

Look into how to make a new "view" when user hits the "Sign Up" Button. Could try using a Navigation Stack, could use a Sheet (I think would look the best), or a new View