Skip to content

mooncodee/pwa-quiz

Repository files navigation

PWA Quiz

Getting Started

bashyarn install

bashyarn dev

Info

PWA Quiz app

You can find data to quiz in quiz-data folder

Quiz format:

{
   "data": [
      {
         "id": string,
         "title": string,
         "options": Array<string>,
         "answer": string
      }
   ]
}

It must be stringified.

About

PWA quiz app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published