Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Getting Familiar with the Code:

  1. Login, Register, Logout
    When you first run the website, you should be greeted with a Login screen.As you will not have an account yet, you can simply press “Create new account.”This will bring you to the registration page. You will enter an email, username, password and will also be asked to confirm your password. There willbealertsonthescreenifanyofthesefieldsdonotmeettheguidelines.Thesecanbefoundin
    /src/RegisterPage/RegisterPage.js and include ensuring the email is valid(using built-in JS email validation package), ensuring the username is between 3-20 characters, ensuring the password
    is between 6-40 characters and that the passwords match.Any of this criteria can easily be changed if necessary. Once you hit create account, an API call will be made to register your account and save your information in the database.You can also coordinate with the back-end team to require certain