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

https://github.com/mackentoch/ngmaterialquizz

An angular material quiz (ES6)
https://github.com/mackentoch/ngmaterialquizz

Last synced: 8 days ago
JSON representation

An angular material quiz (ES6)

Awesome Lists containing this project

README

          

ngMaterialQuizz
=====

[![GitHub version](https://badge.fury.io/gh/MacKentoch%2FngMaterialQuizz.svg)](https://badge.fury.io/gh/MacKentoch%2FngMaterialQuizz)


Sponsor

## What is it?

An angular material quiz (ES6).

Quiz content is simply defined by a simple json file : [like this one](https://github.com/MacKentoch/ngMaterialQuizz/blob/master/src/app/models/app.quizz.model.json)

## try it

### Easy way

[link here](https://rawgit.com/MacKentoch/ngMaterialQuizz/v0.2.1/public/index.html)

### On your own (gulp-connect will be your server)

*Note :*
- install jspm if you don't have it already
```bash
npm install jspm -g
```

install npm packages
```bash
npm install
```
then jspm ones
```bash
jspm install
```

then launch server with :
```bash
gulp connect
```

## License

The MIT License (MIT)

Copyright (c) 2015 Erwan DATIN

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.