Skip to content

coderbyheart/babystepstimer.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

babysteptimer.js

Build Status monitored by greenkeeper.io js-standard-style

Implementation of babysteptimer in JavaScript.

Note: This code is intended to be used in a refactoring kata, so it is intentionally bad software design.

How to run

npm install
make build
npm run dev-server

Open your browser at http://127.0.0.1:8080.