/monologue

Sample application to demonstrate TDD and design patterns in JavaScript

Primary LanguageJavaScript

monologue Build Status

This is a fork of bkeepers/monologue.

I start refactoring from scratch(aka. code kata).

gif

Refactoring

Reference:

Steps : Refactoring jquery by azu · Pull Request #1 · coding-kata/monologue

  • Separate DOM and Ajax
  • Introduce browserify as build system
  • Move over to Backbone.js architecture

Installation

Require:

  • Ruby
  • Node.js
bundle
npm install

Usage(Test)

npm test

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT