An open API service indexing awesome lists of open source software.

https://github.com/zefir1990/teflecher-editor

Teflecher quiz editor
https://github.com/zefir1990/teflecher-editor

capacitor ionic quiz

Last synced: 6 days ago
JSON representation

Teflecher quiz editor

Awesome Lists containing this project

README

          

# Teflecher Quiz Editor

A modern, responsive web application for creating and editing quizzes.

## Features
- **Create & Edit Quizzes**: Add questions, define answers, and easily mark correct answers.
- **UUID Generation**: Secure and unique identifiers automatically assigned to every new question and answer.
- **Load / Export JSON**: Import an existing quiz from a `.json` file, or export your new quiz directly to a fully-formed JSON file.
- **Premium UI**: Designed with glassmorphism styling, smooth animations, dark-mode gradients, and a beautiful interface.

## Prerequisites
- [Node.js](https://nodejs.org/) (v16 or higher is recommended)
- npm (comes with Node.js)

## How to Run Locally

1. Open your terminal and navigate to the `src` directory of the project:
```bash
cd src
```

2. Install the required dependencies:
```bash
npm install
```

3. Start the development server:
```bash
npm run dev
```

4. Finally, open your web browser and navigate to the URL provided in the terminal (usually `http://localhost:5173`).