We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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):
The text was updated successfully, but these errors were encountered:
Created a signup page (team-hack#29)
8f47727
Need to implement error handling and signup submission.
add signup page (team-hack#29)
ad21233
Merge pull request #38 from kirontoo/feature/issue-29/client-side-sig…
08ad5e5
…nup-login add signup page (#29)
Implement private routing (team-hack#29)
9e56472
Update login component (team-hack#29)
47f89df
Merge pull request #42 from kirontoo/feature/issue-29/login-component
47433a2
Update login component (#29)
Redirect to homepage after login & signup (team-hack#29)
d5fb8b7
kirontoo
No branches or pull requests
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):
The text was updated successfully, but these errors were encountered: