Quizzfly is a quiz app that allows you to create quizzes and play quizzes. It is built with Vue 3, Tailwind CSS, Pinia, Vueuse, and Color Mode.
- 📖 Demo
NOTES
- This Project using "yarn" as package manager, you can change it to "npm" or "pnpm" if you want.
- 📚 Shadcn-vue
- 💨 Tailwind CSS v3
- 🔔 Ofetch
- 🛹 State & Store Management (Pinia)
- 📦 Vue Composition Collection (Vueuse)
- 🪝 Built-in Awesome Component & Layout
Thanks go to these wonderful people 💼
huynamboz 💻 |
Dblue 💻 |
- clone this repository
git clone https://github.com/Quizzfly/quizzfly
- install dependencies
pnpm install
- run development server
pnpm dev