Skip to content

AlexFlorides/quizzical-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quizzical

Project done by completing the interactive course of learning React at: https://scrimba.com/learn/learnreact

Information

Fun and educational project that makes use of the Open Trivia Database API, allowing the user to retrieve random questions based on the selected category, difficulty and question type.

User can select one of the given answers for each question and by clicking the "Check Answers" button at the bottom of the page, the selected answers will be validated showing the total number of correct answers selected.

Install & Run

  1. Download and unzip repo or Clone repo
  2. Go to unzipped folder
  3. Install packages with $ npm install
  4. Run with $ npm start

Demo

https://alexflorides.github.io/quizzical-react/

Home Page

home

Quiz

quiz

Result

result