The application should have a form with the following fields:
- First name
- Last name
- Age
- Score (out of 100)
- Button to add an entry to a list.
The list should appear on the same screen and be sorted by one of it's columns whenever an entry is added. There should be a UI element to select the sort column and another UI element to set ascending or descending.
- This application was created using knockout-es6-components-webpack-boilerplate
- The application is continuously integrated using Netlify.
- The live version can be found here.
- Node 8.11.1 LTS
Install dependencies
npm install
Start application
npm start
Build application
npm run build
The output is dist/
directory
Run unit-tests
npm test
npm run test:watch