Skip to content

abdo160996/simple-quiz-app

Repository files navigation

Welcome to quiz-app 👋

Version

This is a simple Trivia Quiz web application built using React. The app fetches questions and answers from the Open Trivia Database and allows the user to choose a category on the start page. The project was created as part of Scrimba's Learn React for Free Course taught by @bobziroll.

Technologies Used

  • React
  • HTML
  • CSS
  • Vite
  • Install

    Clone this repository to your local machine using the following command:

    git clone https://github.com/your-username/react-trivia-quiz-app.git
    

    Navigate to the project directory:

    cd simple-quiz-app
    

    Install the dependencies:

    npm install
    

    Usage

    Start the development server:
    
    npm run dev
    

    Credits

    This project was created as part of Scrimba's Learn React for Free Course taught by @bobziroll. You can find the course at https://scrimba.com/learn/learnreact.

    The trivia questions and answers are fetched from the Open Trivia Database (https://opentdb.com/), which provides a free and open API for trivia questions.

    Show your support

    Give a ⭐️ if this project helped you!


    This README was generated with ❤️ by readme-md-generator