*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
Getting Familiar with the Code:
- 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 a 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