Skip to content

nahueld/knockout-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

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.

Notes

Prerequiestes

  • Node 8.11.1 LTS

Getting Started

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

About

A simple KnockoutJs app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published