An open API service indexing awesome lists of open source software.

https://github.com/coderbyheart/babystepstimer.js

A legacy codebase for refactoring katas.
https://github.com/coderbyheart/babystepstimer.js

Last synced: 6 months ago
JSON representation

A legacy codebase for refactoring katas.

Awesome Lists containing this project

README

          

# babysteptimer.js

[![Build Status](https://travis-ci.org/coderbyheart/babystepstimer.js.svg?branch=master)](https://travis-ci.org/coderbyheart/babystepstimer.js)
[![monitored by greenkeeper.io](https://img.shields.io/badge/greenkeeper.io-monitored-brightgreen.svg)](http://greenkeeper.io/)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)

Implementation of [babysteptimer](https://github.com/dtanzer/babystepstimer) in JavaScript.

> *Note:* This code is intended to be used in a [refactoring kata](https://github.com/dtanzer/babystepstimer#baby-steps-timer), so it is intentionally bad software design.

## How to run

npm install
make build
npm run dev-server

Open your browser at .