Skip to content

Ir-ra/quiz-app

Repository files navigation

Quiz-app

Mobile quiz app with localization support for English, French, German, and Spanish languages. Users choose their preferred language at the beginning of the game, answer various types of questions. Upon completing the quiz, users input their email address, then they proceed to the final screen, where they can either retake the quiz or download their answers in a CSV file format. The CSV file contains question numbers, question texts, question types, and user answers.

DEMO

DEMO LINK

Technologies used

  • React.js
  • JSX
  • JavaScript
  • Styled component
  • React-intl library
  • React-csv library for generating CSV files with data from the application
  • Vite for build and run

How to run the project locally

  • Fork and clone this repository
  • Navigate to the project directory in your terminal
  • Run npm install in your terminal
  • Run npm run dev in terminal

Dependencies

  • Node v18.19.0 or higher
  • React v18.2.0

Releases

No releases published

Packages

No packages published

Languages