AS AN aspiring developer I WANT to take a tech quiz SO THAT I can test my knowledge and improve my skills.
All that is needed is running npm i.
The application is a coding quiz, so you just click Start Quiz and answer the questions. The real part of the activity is confirming that the cypress test all work as expected and test all pass. To start the application from a terminal run "npm run start:dev" then open a second terminal and run "npm run test"
This is a screenshot of the successful run of component test.

