Individual Project Videos - Work in Progress
- Part 1 - NPM Setup, Playwright Setup, and Project Management with GitHub Issues.
- Part 2 - Playwright Tests, Git Stash, and Playwright Video
- Part 3 - Mid-term Golden Ratio Design Prep
- Part 4 - Mid-Term Lighthouse review and Design Informatino as well as Grading procedure
- Part 5 - Mid-Term UX Research and Design and Overview of Requirments
- Git Clone
- run: npm install after you clone
This project uses Playwright for automated testing and you can find more info about playwright here.
- npm run test or npx playwright test
You will need to start the local development server with the following command:
- Run the webserver "npm run start" will run "node index.js"
Once the server starts then open your web browser to localhost:3000 to view the web page.