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
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