RuanAragao / calculator

Create your own calculator
https://ruanaragao.github.io/calculator/
MIT License
27 stars 30 forks source link

added Roman-number-calculator #111

Closed nitishkumar07 closed 8 months ago

nitishkumar07 commented 8 months ago

Pull Request

Description (required)

Added Roman number calculator A clear and concise description of what your calculator does or the problem/improvement it is solving. Roman number calculator converts roman numbers to decimal numbers and decimal numbers to roman numbers. It is not case-sensitive which means if you are inputting roman numbers you can put lower case still it takes as input.

Checklist (required)

Screenshots (optional)

Screenshot_2023-10-29_10-28-41

Screenshot_2023-10-29_10-33-21

Screenshot_2023-10-29_10-30-26

Related Issues (required)

Issue: #108 [Link to any related issues or tasks.]

nitishkumar07 commented 8 months ago

please check the pull request

RuanAragao commented 8 months ago

@nitishkumar07 Thanks for your contribution! One recommended improvement: handle invalid values. image