Skip to content

hengun348/Questionnaire-app

Repository files navigation

Questionnaire app

Future improvements

  1. Better integration with ember data
    • Answers could have relationship to questionnaire/question
    • Already answered questions should be deleted from the store so they dont appear when starting questionnaire again. I still have some more learning needed to fully grasp the ember data philosophy.
  2. More unit tests (see test files for suggestions)
    • Logical heavy parts such as the questionnaire-helper and the controllers for the routes should be covered
  3. Better handling of sliding animation without timeout
    • Use ember event hooks to trigger animations instead

About

Questionnaire app done in Ember.js.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd clark-coding-challenge
  • npm install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

Questionnaire app done in Ember.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •