https://github.com/pure-engineering/quiz-web-app
A WebComponents based web app that allows you to create your own quzes
https://github.com/pure-engineering/quiz-web-app
Last synced: about 1 month ago
JSON representation
A WebComponents based web app that allows you to create your own quzes
- Host: GitHub
- URL: https://github.com/pure-engineering/quiz-web-app
- Owner: pure-engineering
- License: mit
- Created: 2019-01-21T15:35:55.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-08-03T14:47:33.000Z (almost 2 years ago)
- Last Synced: 2026-04-13T18:40:23.180Z (3 months ago)
- Language: JavaScript
- Homepage: https://pure-js.github.io/quiz-web-app/
- Size: 109 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quiz Web App
## Overview
The main concept behind this project was to use the latest web techologies, such as native Web Components and ES2015 features, without any frameworks or libraries.
## Running
You can just open ./index.html in the latest version of Chrome, Safari or Firefox and everything will works.
Or start live server with `pnpm dev` command