Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 347 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 347 Bytes

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.