Create a Sign Up Form
Sign up for a new user with information such as: username, password, password confirmed, first name, last name, email. Duplicate username and email should be detected and fail the signup. Unmatching passwords should be detected as well.
- Create a Sign Up Form
- Check for duplicate usernames and emails
- Check for unmatching passwords