Skip to content

onur-kaplan/javascript-quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pure Javascript Quiz App

Build a New Quiz App with JavaScript (ES6) View Demo -> https://codepen.io/onur_kaplan/pen/gOaWPdE

  • Quiz has a timer
  • Questions are rendering to an html DOM with an array
  • Results are shown on a modal
  • Only pure Javascript is used for quiz application
  • Bootstrap is integrated for the design of the page.