OptioPay Frontend Challenge's Solution 💡

Submitted by - Anand Kumar Chaudhary ( anand.kmk@gmail.com )

Priview

Final Preview

Tools Used

  • Angular7 For making Single Page Application and it's User Interface.
  • TypeScript For making Single Page Application and it's User Interface.
  • ng-Boostrap Pre-built, ready to use opensource UI components.
  • Visual Studio Code My preferred code editor.

Solution Summary

As per the challenge statement, I have created a Service Called RomanNumerals:

  • RomanNumerals => Service having the two useful methods toRoman and fromRoman which are used to convert Roman numerals into Interger and vice-versa.