srav001 / survey-kit

Quick ⚑️ and easy 🀩 surveys & quizes for Vue Apps πŸ’š

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build

Lint with ESLint

pnpm lint

Format with Prettier

pnpm format

Run Unit Tests with Vitest

pnpm test:unit

Run End-to-End Tests with Cypress

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

License

MIT

About

Quick ⚑️ and easy 🀩 surveys & quizes for Vue Apps πŸ’š

License:MIT License


Languages

Language:Vue 61.4%Language:TypeScript 17.8%Language:CSS 13.6%Language:JavaScript 5.3%Language:HTML 1.8%