Skip to content

A quiz application created with React that makes use of Open Trivia DB API

Notifications You must be signed in to change notification settings

layerdbag/quizzical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quizzical

This project idea was discovered on: Scrimba.

Details

This project makes use of the Open Trivia Database API. It allows a user to retrieve random questions based on the user selection of category, difficulty and type.

The default number of questions is 5 but you can increase to 20 or decrease to 1. The user can select one answer for each given questions, and then validate if their chosen answers are correct. At the end the number of correctly answered questions will be shown to the user.

Install & Run

  1. Clone the repo to your local machine
  2. Navigate to the appropriate folder
  3. Install all the required packages with npm install
  4. Run with npm start

Demo App

take-the-quiz

Home Page

Desktop Homepage Mobile Homepage

Questions Page

Desktop Questions page Mobile Questions page

Score Page

Desktop Score page Mobile Score page

About

A quiz application created with React that makes use of Open Trivia DB API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published