questionaire

0.0.0 • Public • Published

Questera

A beautifully designed Questionnaire based on API made with Angular

API Response Format

[
    {
        "quest":"What's your name?",
        "options":[
            {
                "option": "Name",
                "selected": false,
                "value":"a"
            },
            {
                "option": "Raun",
                "selected": false,
                "value":"b"
            }
 
        ],
        "ans":"a"
    }
]

Snapshot

Readme

Keywords

none

Package Sidebar

Install

npm i questionaire

Weekly Downloads

0

Version

0.0.0

License

ISC

Last publish

Collaborators

  • aka-jain