questera

0.0.1 • 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 questera

Weekly Downloads

1

Version

0.0.1

License

ISC

Last publish

Collaborators

  • aka-jain