Skip to content

alanbaltabai/quiz-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quiz game

HTML  CSS JavaScript React 

Table of contents

General info

A quiz game, created with React. 5 questions are asked, with 5 options to choose for an answer. I implemented the blobs in CSS, form handling in React, practiced props passing and state manipulation.
Link to the website: link
Questions are taken from: Open Trivia DB

Design

Design in Figma: link to design
image

Technologies

  • JavaScript (fetch API)
  • React (useState and useEffect hooks, state, props)

Setup

To run this project (after downloading and installing the packages):

$ npm run dev