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

https://github.com/feegloo/ai-survey-vue-node


https://github.com/feegloo/ai-survey-vue-node

Last synced: 4 months ago
JSON representation

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