Skip to content

manoj-kumar-mondal/quiz-time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quiz Time

It is just a quiz game using HTML, CSS and TypeScript (of course it will be complied to JavaScript) for the web browsers for fun. It has been implemented using the OOPSconecept.

Features

  • This is a general quiz game with timer functionality for each question.
  • If you have completed the answer before time you can use Next button to go the next question.
  • If you won't complete a question within time then automatically next question will be poped up and last chosen option will be considered.
  • If you won't choose any option then that will be considered as NOT_ATTEMPTED question.
  • At the end you will get the result of the quiz.

Demo

Live Site: visit here

Video link: youtube

Tech Stack

HTML, CSS, Typescript

FAQ

How to build Typescript project?

For this file run command npx tsc and before that make sure you have install typescript in your project using npm install -D typescript.

To learn more about Typescript do visit TypeScript Docs

About

Fun Quiz Game on the Browser

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published