Mudi-Igbinoba / Quizzical

Quiz Game built with React and OTDB API

Home Page:https://quizzical-mudi.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quizzical App

This is a solo project for Scrimba's React course.

Table of contents

Overview

The challenge

Users should be able to:

  • View the optimal layout for each page depending on their device's screen size
  • View the start quiz page and initialize game by clicking start page button
  • View loading screen before 5 trivia questions are generated
  • Select answers for each question and view their final score by clicking select answers button
  • See correct and wrong answers when select answers button is clicked
  • Reload questions by clicking the play again button

Screenshot

quiz-start quiz-questions quiz-answered

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • React - JS library
  • OTDB API - Trivia API

How to Install

  • Clone this repository to your local machine: git clone https://github.com/your-username/your-repo.git
  • Install dependencies npm install

How to Run App

npm run start Your frontend application should be running at http://localhost:3000.

Author

About

Quiz Game built with React and OTDB API

https://quizzical-mudi.netlify.app/


Languages

Language:JavaScript 65.4%Language:CSS 26.9%Language:HTML 7.6%