Skip to content

danielchappell/js-test

Repository files navigation

JS-Test

Build Status

Inspired by JS-Assessment

A JavaScript test for use in remote technical interviews.

RoadMap

  • Implement the rest of JS-Assessment

  • Possibly persistence/users at some point.

Contributing

  • issues and pull requests welcome!

  • New code requires test coverage, except for the adding of quiz items!

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Running Tests

  • ember test

Building

  • ember build (development)