This is a quiz game.
Requirements:
Structure the page with HTML to display the questions answer options and navigation buttons.
Style the quiz using CSS so that it’s easy to read and visually appealing.
Use JavaScript to load questions one by one handle user clicks on the answers and show whether those answers are correct or incorrect.
Work with async/await to fetch questions from Quiz API without making the page reload.
Catch and handle errors so your quiz can gracefully tell users if something goes wrong like missing data.
Minimum 10 questions.
Multiple choice answers.
Any category and any difficulty level.
Add comments where applicable.
Deploy to Netlify.
- HTML
- CSS
- JavaScript
- Quiz Game with 10 questions
In progress:
Setup Page structure with html
Style the quiz with css
Use javascript to load questions one by one
Deploy to netlify
Done: Readme
