Hack-The-Tunnels-8 / hack-the-tunnels-dell

hack-the-tunnels-dell created by GitHub Classroom
1 stars 1 forks source link

Add Sign Up Page Form #39

Open hackthetunnelsbot[bot] opened 1 year ago

hackthetunnelsbot[bot] commented 1 year ago

Description:

Checkout: client/src/pages/SignUp/SignUp.tsx

Right now the Sign Up page does not have anyway to input the desired email and password of the the user signing up.

Create an input box for email and and input box for password.

Create a sign up button that when clicked calls ServiceAPI and to send a request to create a new account.

If the inputted email is already used by an existing account, an appropriate error message should be displayed.

Acceptance Criteria:

There are boxes to input email and password. When you click the sign up button with an unsued email, you're able to create an account. If the email is already in use, you should see an appropriate error message.