https://github.com/johnuberbacher/feedback-wizard
Feedback Wizard is a Vue 3 web application that allows users to provide feedback on different topics. It uses Firebase for authentication and data storage, and it includes Tailwind CSS for styling.
https://github.com/johnuberbacher/feedback-wizard
firebase firestore tailwindcss vue vue3 vue3js vuejs
Last synced: 10 months ago
JSON representation
Feedback Wizard is a Vue 3 web application that allows users to provide feedback on different topics. It uses Firebase for authentication and data storage, and it includes Tailwind CSS for styling.
- Host: GitHub
- URL: https://github.com/johnuberbacher/feedback-wizard
- Owner: johnuberbacher
- Created: 2023-05-14T17:25:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-05T03:19:27.000Z (over 2 years ago)
- Last Synced: 2025-01-16T11:41:51.027Z (12 months ago)
- Topics: firebase, firestore, tailwindcss, vue, vue3, vue3js, vuejs
- Language: Vue
- Homepage: https://feedback-wizard.netlify.app/
- Size: 1.59 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🧙♂️ Feedback Wizard



Feedback Wizard is a Vue 3 web application that allows users to provide feedback on different topics. It uses Firebase for authentication and data storage, and it includes Tailwind CSS for styling.
## Live Demo
[https://feedback-wizard.netlify.app/](https://feedback-wizard.netlify.app/)
## Features
- **Create and customize feedback forms with ease:** Easily create and customize feedback forms according to your specific needs. Define questions, layout, and design to align with your requirements.
- **Share forms with your users via a generated link**: Generate unique links to share feedback forms with your users. They can conveniently access the form through the provided link.
- **Forms feature multiple question types:** Support for various question types, including single and multiple-choice, text-input responses, and emotion-mood scale. Gather specific and diverse feedback from your users.
- **Collect and track feedback from your users:** Collect and organize feedback responses from your users. Easily track and manage feedback data to capture valuable insights.
- **View feedback data in real-time through the dashboard:** Access feedback data in real-time through an intuitive dashboard. Monitor responses as they come in and gain immediate insights into user sentiments, preferences, and opinions.
- **Integration with Google Firebase Analytics:** Seamlessly integrate with Google Firebase Analytics. Leverage advanced user tracking and analysis capabilities to gain deeper insights into user behavior.
## Dependencies
- Vue.js - A progressive JavaScript framework for building user interfaces.
- Vue Router - The official router for Vue.js.
- Tailwind CSS - A utility-first CSS framework for rapidly building custom designs.
- Firebase - A backend-as-a-service platform for building web and mobile applications.
- Remix Icon - A set of open-source icons designed for web and app development.
- Core-js - A modular standard library for JavaScript.
- PostCSS - A tool for transforming CSS with JavaScript plugins.
- Autoprefixer - A PostCSS plugin to parse CSS and add vendor prefixes.
- Babel - A JavaScript compiler that transforms modern JavaScript code into a format compatible with older browsers.
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).