/bb-quiz-app

Sample QuizApp Using RequireJS, BackboneJS and Twitter Bootstrap

Primary LanguageJavaScript

Introduction

This is a sample single page application created using BackBoneJS, RequireJS and Twitter Bootstrap.

This is my submission as the final project of course-201 conducted by Sir Zia Khan.

Demo

Check the application at bb-quiz-app.herokuapp.com

To Dos

  • Switch to HandleBars Template instead of Underscore templates.

  • Make each view an independent require-js module and use them in routers module as needed.

  • Replace hard-coded data with data served by server.