cse442-at-ub / project_s23-welovehertz

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

Create Login Page in React #50

Closed alin82 closed 1 year ago

alin82 commented 1 year ago

Task Tests

Test 1

  1. Open up GitHub Desktop
  2. Click on Current Branch, and navigate to the dev branch
  3. Click the Repository dropdown, then click pull and then open in Visual Studio Code
  4. Type commands npm install, then cd React/ Website/, then npm start
  5. Open up google chrome and type in http://localhost:3000/login
  6. Verify that the page is not blank and it includes the Navbar, Footer, an email and password input, and a login button

Test 2

  1. Open up GitHub Desktop
  2. Click on Current Branch, and navigate to the dev branch
  3. Click the Repository dropdown, then click pull and then open in Visual Studio Code
  4. Navigate through the folders from the React Website, to src folder, to pages folder and verify that there is a loginbar.jsx file
ryanayam commented 1 year ago

Please be more specific in your first test