q1js
file: q1js/index.html
url: http://SERVER/~UTORID/repo_UTORID_309exam/finalExam/q1js/index.html
Complete index.html so that it implements the vote application described below.
- This is a single page javascript application. Once the page is loaded, there is no further interaction with the server.
- q1js/index.html has two independent questions on the page
- Online classes are better than in-person
- Netflix is better than Disney+
- Each question has its own yes and no count.
- Again, like q1php, this application just counts the number of times this
one user clicks 'yes' and 'no' for the respective question.
- Again, this application is just tracking the number of times 'yes' and 'no' is clicked
by this one user. So it is not really tracking votes. That is, you can not see other
users 'votes'
- Your application should behave exactly as outlined below