/js-numerals

frontend test task

Primary LanguageJavaScript

Javascript/Frontend Programmer - Excercise 1

Fork this project with the original description and write your own code.

Commit the important milestones and not just the final result!

Excercise description

Create a frontend application.

We need a web form, which has a numeric input field and a submit button.

When user gives an arabic number, the system shows the english phrase of the number.

For example:

7    == seven
42   == forty-two
2001 == two thousand and one
1999 == nineteen hundred and ninety-nine

That's all.

Extra points:

  • write your code in TDD / BDD, use any test frameworks