AsamK / QuizJS

A simple QuizDuell web client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuizJS

Unofficial web app for Quiz. The app runs completely client-side in the user’s browser. Supports creating new accounts, playing and creating games. To communicate with the official servers, the app needs a server side proxy script (due to CORS not being enabled): proxy.cgi. The account information is stored in the browser’s localStorage.

Before building the app, create your own settings.ts file in src/ by copying settings.sample.ts.

Build app:

npm install
npm run build

Copy the files in dist/ to your webspace and open index.html in your browser.

Develop

After first clone and after updating:

npm install

Start watcher to compile ts and run dev webserver:

npm start

License

Copyright: AsamK 2018

Licensed under the GPLv3: http://www.gnu.org/licenses/gpl-3.0.html

About

A simple QuizDuell web client

License:GNU General Public License v3.0


Languages

Language:TypeScript 90.0%Language:CSS 4.1%Language:JavaScript 3.6%Language:PHP 1.0%Language:Python 1.0%Language:HTML 0.4%