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
- Host: GitHub
- URL: https://github.com/zefir1990/teflecher-editor
- Owner: zefir1990
- License: mit
- Created: 2026-03-09T08:53:51.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-09T14:55:49.000Z (3 months ago)
- Last Synced: 2026-03-09T14:56:20.375Z (3 months ago)
- Topics: capacitor, ionic, quiz
- Language: TypeScript
- Homepage: https://demensdeum.com
- Size: 22.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`).