Skip to content

A program to translate numbers into roman numerals (Epicodus Intro Week 3 Thursday)

Notifications You must be signed in to change notification settings

codemargaret/roman-numeros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Roman Numerals

A form to translate numbers into Roman numerals, 08.17.2017

By Margaret Berry and Javier Jimenez

Specifications

Spec Input Output
Return I for 1 1 I
Return V for 5 5 V
Return X for 10 10 X
Return L for 50 50 L
Return C for 100 100 C
Return D for 500 500 D
Return M for 1000 1000 M
Return II for 2 2 II
Return IV for 4 4 IV
Return IX for 9 9 IX

Setup/Installation Requirements

Run the following commands in Terminal:

  1. $ git clone this repository
  2. $ cd roman-numeros
  3. $ open index.html

Project Goals

Get more comfortable writing JavaScript functions and account for challenging user input. Although we didn't complete our specs, we learned a lot.

Known Bugs

This program is currently not functional.

Future Features

Pass specs.

Support and contact details

If you have any updates, questions, or suggestions please contact Margaret or make a contribution.

Technologies Used

  • HTML
  • Bootstrap
  • JavaScript
  • jQuery

License

This software is licensed under the MIT license.

Copyright (c) 2017 Margaret Berry and Javier Jimenez

About

A program to translate numbers into roman numerals (Epicodus Intro Week 3 Thursday)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages