Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 337 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 337 Bytes

RomanToDecimal

A sample Node.JS application that converts a Roman number to it's decimal value.

TODO:

  • Separate CSS to external files
  • Migrate away from jQuery to either Ember or Angular
  • Check for full roman numeral validity (including order)
  • Improve server's static file serving
  • Make the UI more user friendly