An open API service indexing awesome lists of open source software.

https://github.com/srav001/survey-kit

Quick ⚡️ and easy 🤩 surveys & quizes for Vue Apps 💚
https://github.com/srav001/survey-kit

quiz quizes survey surveys vue vuejs vuejs3

Last synced: 6 months ago
JSON representation

Quick ⚡️ and easy 🤩 surveys & quizes for Vue Apps 💚

Awesome Lists containing this project

README

          

# survey-kit

Survey kit is a Vue 💚 tool aimed to quickly and easily create surveys & quizes. It is aimed to let anyone add surveys ( like google survey ) or quizes to their web apps. We can add surveys within components or as a whole page as needed.

TODO: `Add more details and instructions`

The current roadmap for `first release` includes all features described in `v1`.

### Features for `v1` 🔥

* Create surveys easily & fast
* Support for multi-language
* Caches to local storage
* Style freely & quickly
* Quick survey templates

> The plan for v2 is to be able to connect to a DB either by individual hosting or through connection parameters. Then provide a report based on the survey or quiz as a graph or chart.

#

## Project Setup

```sh
pnpm install
```

### Compile and Hot-Reload for Development

```sh
pnpm dev
```

### Type-Check, Compile and Minify for Production

```sh
pnpm build
```

### Lint with [ESLint](https://eslint.org/)

```sh
pnpm lint
```

### Format with [Prettier](https://prettier.io/)

```sh
pnpm format
```

### Run Unit Tests with [Vitest](https://vitest.dev/)

```sh
pnpm test:unit
```

### Run End-to-End Tests with [Cypress](https://www.cypress.io/)

```sh
pnpm build
pnpm test:e2e # or `pnpm test:e2e:ci` for headless testing
```
#

## License

[MIT](https://opensource.org/licenses/MIT)