rimian / ember-quiz-app

A small app for rendering quizzes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ember Quiz App

This is a basic Ember app demonstrating a quiz with questions and answers.

The form button will allow the user to transition to the next test when all the answers are correct.

There's no CSS or UX alerts or flash messages at this stage. This is only to show that the quiz actually works.

Note: There may be an error running this locally due to an upstream package. See install instructions below

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd ember-quiz-app
  • npm install

Running / Development

Note: ember serve is currently broken (2019-08-18). You may see an error port already in use

If you see this error, start this app by running:

ember serve -p 0

See: https://stackoverflow.com/questions/57535688/ember-serve-every-port-is-in-use

Code Generators

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

Running Tests

  • ember test
  • ember test --server

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Building

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

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

A small app for rendering quizzes

License:MIT License


Languages

Language:JavaScript 85.7%Language:HTML 14.0%Language:CSS 0.2%