The QuizApp is a progressive web app (PWA) built with React using OpenTDB API.
- 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)
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
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. |
Code released under the MIT License.