software-students-fall2021 / project-setup-penguin

project-setup-penguin created by GitHub Classroom
3 stars 4 forks source link

Reusable Login + Signup Components + Basic Routing #43

Closed zhangrmatthew closed 3 years ago

zhangrmatthew commented 3 years ago

43

Completed the login and sign up components. Made a new folder (Components) that contains them. Made basic routing. pr34

kdduan commented 3 years ago

So far looks good! Going forward you can also look into Mockaroo for when users are logging in or signing up since we'll need some way to mock the API.

Nit: I think we'll probably want a different view for the browser than just the mobile view since this is what the browser looks like right now:

Screen Shot 2021-10-20 at 2 02 12 PM

Don't worry about this right now tho - this might fall under "general page layout" when we need to unify how everything looks.