Skip to content

Quick Quiz App with HTML, CSS, and JavaScript. By: James Q Quick

Notifications You must be signed in to change notification settings

gisbelt/quiz-app

Repository files navigation

Quiz App

img

Practice Quick Quiz App with HTML, CSS, and JavaScript. By: James Q Quick

  • Save high scores in Local Storage

  • Create a progress bar

  • Create a spinning loader icon

  • Dynamically generate HTML in JavaScript

  • Fetch trivia questions from Open Trivia DB API

  • JavaScript - Array Functions (splice, map, sort), Local Storage, Fetch API

  • ES6 JavaScript Features - Arrow Functions, the Spread Operator, Const and Let, Template Literals

  • CSS - Flexbox, Animtations, and REM units