Skip to content

AustejaSk/Quizzical

Repository files navigation

Quizzical App

A fun and interactive quiz application where users can test their knowledge by answering multiple-choice questions and receiving a final score.

Table of Contents

  1. Overview
  2. Technologies Used
  3. Features
  4. Installation
  5. Usage
  6. Screenshots
  7. License

Overview

The Quizzical App is an interactive quiz application that allows users to test their knowledge by answering multiple-choice questions. Built with React, this application fetches trivia questions from the Open Trivia Database and provides a user-friendly interface for engaging quiz experiences.

Technologies Used

  • React: For building user interfaces
  • CSS: For styling the application
  • HTML: For structure and layout
  • API Integration: Fetching trivia questions from the Open Trivia Database

Features

  • User-Friendly Interface: A simple and intuitive layout for an enjoyable quiz-taking experience.
  • Real-Time Scoring: Immediate feedback on answers, along with a final score at the end of the quiz.
  • API Integration: Utilizes the Open Trivia Database for dynamic content fetching, ensuring fresh and interesting questions every time.
  • Responsive Design: Optimized for desktop, tablet, and mobile devices.

Installation

To run this project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/AustejaSk/quizzical-app.git
  2. Navigate to the project directory:
    cd quizzical-app
  3. Install the required packages:
    npm install
  4. Start the development server:
    npm start

Usage

After starting the development server, open your browser and navigate to http://localhost:3000 to view the Quizzical App. You will be presented with a quiz interface where you can answer multiple-choice questions, and see your score at the end of the quiz.

Screenshots

Quizzical App

License

This project is licensed under the MIT License.