Skip to content

kiedunne/roman-numeral-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roman Numerals Converter

Build Status codecov

A simple roman numeral converter app made to practice TDD principles.

Deployed at https://roman-numeral-converter-kie.herokuapp.com

Local Setup

git clone https://github.com/kiedunne/roman-numerals-converter
bundle install
rackup config.rb
open localhost:4567 in any web browser

Testing

Run all tests with rspec. Code coverage is 100%.

rspec

Linting

Run rubocop linter. Code contains 0 offenses

rubocop

User Stories:

As a user,
So I can know what roman numeral represents my decimal number,
I want to convert my number to a roman numeral.
As a user,
So I can know the characters for each roman numeral,
I want to see a table with decimal and roman characters.

Technology:

  • Ruby
  • RSpec
  • Capybara
  • Rubocop
  • SimpleCov
  • Heroku
  • Travis CI

About

🔄Ruby app to convert roman numerals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors