cse442-at-ub / project_s23-welovehertz

project_s23-welovehertz created by GitHub Classroom
0 stars 1 forks source link

Create a Homepage in React #48

Closed dbueno3 closed 1 year ago

dbueno3 commented 1 year ago

Task Tests

Test 1 1) Go to GitHub repository https://github.com/cse442-at-ub/project_s23-welovehertz 2) Hover over Branches and click onSprint2-Homepage 3) Click on the Code Option on the repository and click on Open with Github Desktop 4) Open the repository branch code on an IDE/Text Editor you use 5) Open the terminal on the IDE/Text Editor and type npm start 6) Verify when npm start is typed in the terminal no errors are prompted 7) Verify a localhost server started running 8) Verify that the Homepage was loaded with a navigation bar with options Home, Register, login, and `Contact Us

ryanayam commented 1 year ago

Needs tests

ryanayam commented 1 year ago

Please add more tests to verify that the homepage was actually completed. Right now you are only testing that the server runs