Skip to content

ahmedstahir/bootcamp2020-quiz-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fun Trivia

A fun quiz game to test your knowledge and gain some more as it tells you the correct answer for every question. You can try the 10-questions trivia as many times as you want.

Salient features of the application are:

  • Use of TypeScript to get the benefits of a strongly typed programming language
  • Component-based development
  • Asynchronous data fetching using async-await
  • State management using useState hook
  • Material-UI with theming

Fun Trivia is available on Surge at this link


Repository created as part of Bootcamp 2020 online sessions