Our users need a way to login to our app. Let's start by creating a login component that may just require a username, password and then a button to login. This component may need to communicate with the database/auth to login.
You may also need to ensure that this component has a client-side route set up too.
Our users need a way to login to our app. Let's start by creating a login component that may just require a username, password and then a button to login. This component may need to communicate with the database/auth to login. You may also need to ensure that this component has a client-side route set up too.
Tasks:
You won't need to do any design just yet, just the basics to get this showing.