Build a Quiz App with HTML, CSS, and JavaScript
Improve your core development skills by building a Quiz App with HTML, CSS, and JavaScript
What you learn
ES6 JavaScript features like arrow functions, the spread operator, const and let, and template literal string
how to use the Fetch API to load trivia questions from an API
how to store high scores in Local Storage
how to use Flexbox, Animations, and REM units in CSS
how to create a progress bar from scratch
how to create a spinning loader icon from scratch