Front-End
auth.js
This is the page where the user can log in or sign up.
Signup Container
Login Container
Logs
Calling checkRefs()...
Result: Passed
Calling showLogin()...
Result: Passed
Calling showLogin()...
Result: Passed
--------------------------------------------
3 out of 3 tests passed.
home.js
Home contains one function just for managing the view in conjunction with the navBar.
Logs
Calling toggleScroll() with bool true...
Result: Passed
Calling toggleScroll() with bool false...
Result: Passed
--------------------------------------------
2 out of 2 tests passed.
navbar.js
Manages scroll effects for navigation bar.
Logs
Calling toggleNav() with bool true...
Result: Passed
Calling toggleNav() with bool false...
Result: Passed
--------------------------------------------
2 out of 2 tests passed.