This project is called CHOOOSER, a web application designed to streamline group decision-making processes. CHOOOSER aims to provide a system for selecting the best choice from multiple options in a group setting. Key features include:
- Multiple authentication methods: email and password, Google, and anonymous sign-up.
- App settings to change the color theme, display name, or delete an account.
- Creating and joining rooms for collaborative decision-making with other users.
- A three-phase choosing process: setting options, ranking options, and presenting results.
- Chat functionality integrated in the room for real-time communication among participants.
Check out the app: CHOOOSER.
- Vue3
- Firebase
- Vuetify
- Pinia
- Vite
# yarn
yarn
# npm
npm install
# pnpm
pnpm install
# bun
bun install
# yarn
yarn dev
# npm
npm run dev
# pnpm
pnpm dev
# bun
bun run dev
# yarn
yarn build
# npm
npm run build
# pnpm
pnpm build
# bun
bun run build
# yarn
yarn lint
# npm
npm run lint
# pnpm
pnpm lint
# bun
bun run lint