Web API Code Quiz using html, css and javascript
What? This is a web API Coding Quiz that allows for user to answer multiple choice questions within a timed period. The user will be allowed to enter their initials and submit their total score at the end of the quiz. There will be a leaderboard and record of total scores entered.
Why? To apply the javascript techniques within WEB APIs
How? incuding multiple js files for logic / questions / scores to link to html creating elements and multiple functions within js.
Click link for Code-Quiz page index.html
https://kapil319.github.io/Code-Quiz/
Create GitHub respository Open starter code in VS Code Use Javascript logic to provide user inputs for coding quiz and link to html / css.
Andrew Hoang, Jamie Lujan, Nazeh Abel
License MIT
html elements, javascript functions including getElementByID, eventLister, setInterval and localStorage
END OF README