Need signup and login components and pages.
Would be good to have a basic general sign up form using fake data, along with a login form component, that can be imported into our pages.
If the user is logged in, then show the protected page, otherwise, show a sign up page.
See example via React Router (for reference):
Need signup and login components and pages.
Would be good to have a basic general sign up form using fake data, along with a login form component, that can be imported into our pages.
If the user is logged in, then show the protected page, otherwise, show a sign up page.
See example via React Router (for reference):