Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1008 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 1008 Bytes

EPFL Node.js dojo

Repo

domq/node-guessanumber

Description

Some node.js test we made in Dojo meetings at EPFL.

Files

  • guessanumber: Our first node attempt, two first dojos was on it.
  • calculator: The third dojo aim to code mathematics behind the interface and to add some tests.
  • test: Our test files using webdriver (selenium) and Mocha.

Meeting

  • 2014-11-14: implementing AJAX ?
  • 2014-11-07: trying express (and ajax)
  • 2014-10-31: recursive function on calculator.
  • 2014-10-24: adding test for addition and substraction.
  • 2014-10-17: refactoring to have more than one operand in calculator.
  • 2014-10-10: testing calculator.
  • 2014-10-03: calculator improvements. Hacking through eval() demonstration.
  • 2014-09-19: calculator's logic
  • 2014-09-12: guess a number + test
  • 2014-09-04: first dojo, guess a number