https://github.com/feegloo/ai-survey-vue-node
https://github.com/feegloo/ai-survey-vue-node
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/feegloo/ai-survey-vue-node
- Owner: feegloo
- Created: 2026-04-01T16:23:18.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-04-01T16:24:53.000Z (4 months ago)
- Last Synced: 2026-04-02T00:34:33.723Z (4 months ago)
- Language: JavaScript
- Size: 42 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI Hero-style Survey (frontend + backend)
## What this is
A polished multi-step survey inspired by the AI Hero onboarding flow, with:
- full-screen layout
- progress bar
- one question per screen
- extra "Which AI tools are you using?" screen
- final custom workplace AI problem question
- fake success alert after submit
- POST to backend endpoint
- SQLite storage
- submissions page to review answers later
## Important
The original survey page is rendered dynamically, so this project mirrors the same style/step-by-step structure and common onboarding pattern, plus your two custom screens.
## Run
```bash
npm run install:all
npm run dev
```
Frontend:
- http://localhost:5173
Backend:
- http://localhost:3001
Submissions page:
- http://localhost:5173/submissions