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 💚
- Host: GitHub
- URL: https://github.com/srav001/survey-kit
- Owner: srav001
- License: mit
- Created: 2022-09-25T07:55:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-27T18:24:59.000Z (about 3 years ago)
- Last Synced: 2025-02-13T15:33:29.609Z (8 months ago)
- Topics: quiz, quizes, survey, surveys, vue, vuejs, vuejs3
- Language: Vue
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)