Retour
QuizGame

QuizGame

  • Date de commencement : 11/01/2024
  • Lien Github : QuizGame
  • Type de projet : Website
  • Outils :
    • HTML/CSS/SASS
    • JavaScript
    • PHP
    • SQL/MySQL
    • Symfony
    • ReactJS
    • Git/GitHub

Description

A quiz app allows users to take multiple-choice quizzes on various topics. You can create your own quizzes or use an API like Open Trivia API to fetch quiz questions. Your app should display the quiz questions one at a time, with the user selecting an answer before moving on to the next question. At the end of the quiz, the user should see their score and have the option to retake the quiz.

By building a quiz app, you'll:

  • Practice managing state in a React app, as you'll need to keep track of the user's answers and score.
  • Learn how to create interactive components, like buttons and timers.

This application has been build using Symfony (for backend) and React (for frontend).