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

https://github.com/krondorl/js-numerals

frontend test task
https://github.com/krondorl/js-numerals

Last synced: 3 months ago
JSON representation

frontend test task

Awesome Lists containing this project

README

        

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