Inspired by JS-Assessment
A JavaScript test for use in remote technical interviews.
-
Implement the rest of JS-Assessment
-
Possibly persistence/users at some point.
-
issues and pull requests welcome!
-
New code requires test coverage, except for the adding of quiz items!
You will need the following things properly installed on your computer.
git clone <repository-url>
this repository- change into the new directory
npm install
bower install
ember server
- Visit your app at http://localhost:4200.
ember test
ember build
(development)