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
A page where a user can signup into the app
signup form component Acceptance Criteria:
page includes 5 input fields: - Full name. - username. - Email. - Password. - Password confirmaition.
the page should include a signup button.
the signup button sends the user information to the user's Table in the database.
email should be unique.
username should be unique.
invalid or existing email return a message to the user.
Routes: api/login
Queries:
Tests:
The text was updated successfully, but these errors were encountered:
emanKhaledh
No branches or pull requests
A page where a user can signup into the app
signup form component
Acceptance Criteria:
page includes 5 input fields:
- Full name.
- username.
- Email.
- Password.
- Password confirmaition.
the page should include a signup button.
Acceptance Criteria:
the signup button sends the user information to the user's Table in the database.
email should be unique.
username should be unique.
invalid or existing email return a message to the user.
Routes: api/login
Queries:
Tests:
The text was updated successfully, but these errors were encountered: