/quiz-app

🏆 The QuizApp is a progressive web app (PWA) built with React using OpenTDB API.

Primary LanguageJavaScriptMIT LicenseMIT

The QuizApp

The QuizApp is a progressive web app (PWA) built with React using OpenTDB API.

QuizApp in Action

Demo

  • master (Latest)
  • v4.0 (Create Q/A dashboard)
  • v3.0 (Play fully customize quiz and its now a PWA)
  • v2.0 (Add countdown timer and some UI enhancement)
  • v1.0 (Basic 10 questions quiz)

Development

To get a local copy of the code, clone it using git:

git clone https://github.com/SafdarJamal/quiz-app.git
cd quiz-app

Install dependencies:

npm install

Finally, you need to start a local web server. Run:

npm start

npm scripts

Script Description
npm start Runs the app in the development mode.
npm test Launches the test runner in the interactive watch mode.
npm run build Builds the app for production to the build folder.
npm run eject This command will remove the single build dependency from your project.

License

Code released under the MIT License.