This project is a Nuxt frontend for the self-referential quiz generation backend.
- Multiple ways to generate self-referential quizzes:
- Using a predefined difficulty level
- Providing an answer list
- Defining custom parameters
- User-friendly quiz-solving interface.
- Responsive design.
- To do: Export/import quizzes for sharing and backup.
Make sure to install dependencies:
bun iStart the development server on http://localhost:3000:
bun --bun run dev
# or set host to expose to the network
bun --bun run dev --host 0.0.0.0Build the application for production:
bun --bun run buildLocally preview production build:
bun --bun run previewCheck out the deployment documentation for more information.
Look at the Nuxt documentation to learn more.