This is a Svelte-based web application for a Quiz generator, created using Vite. The app allows users to select topics, answer quiz questions, and view results.
- Dynamic topic loading from a JSON file.
- Interactive quiz interface.
- Responsive design using Tailwind CSS.
-
Install dependencies:
npm install
-
Create your MCQs in the data folder (see data/README.md)
-
Run the development server:
npm run dev
-
Open the app in your browser at the provided local development URL.
src/: Contains the main application code.App.svelte: Main component for the application.lib/: Reusable components.assets/: Static assets like images.
public/: Publicly accessible files.vite.config.js: Vite configuration file.
This project is licensed under the MIT License.