https://github.com/ducin/quizapp
simple backbone-based quiz application
https://github.com/ducin/quizapp
Last synced: 11 months ago
JSON representation
simple backbone-based quiz application
- Host: GitHub
- URL: https://github.com/ducin/quizapp
- Owner: ducin
- License: mit
- Created: 2014-10-10T20:27:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-07T00:10:12.000Z (about 11 years ago)
- Last Synced: 2025-05-13T15:19:29.315Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://ducin.github.io/quizapp
- Size: 484 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://gruntjs.com/)
[](https://travis-ci.org/ducin/quizapp)
Quiz Application
================
Define a json file with questions and answers and display them one at a time.
This project is in early basic stage, but is easily extendable. See [live demo](http://ducin.github.io/quizapp).
Software used
=============
* yeoman (generator-backbone)
* grunt, bower, npm
* backbone
* bootstrap, modernizr, sass/compass
Automatic tools
===============
* committing code (`master` branch) along with github pages deployment (`gh-pages` branch): run `. .bashrc` from Unix-based bash console and run `deploy` command, which will ask for `master` branch commit message and will ask for github account credentials to push both commits.
* all grunt tasks (such as `grunt build`, `grunt test` or `grunt serve`) from [generator-backbone](https://github.com/yeoman/generator-backbone)
* travis-ci integration (see link at the top)