A JavaScript app that takes a given standard Arabic number and outputs its Roman numeral form.
Inspired by my solution to the Roman Numeral Converter algorithm as part of the curriculum for the Legacy JavaScript Algorithms and Data Structures Certification on freeCodeCamp.
- Vanilla JS
- JavaScript
- Sass
- CSS3
- HTML5
- Node.js
- Webpack
- Babel
- Normalize.css
- Google Fonts
- Font Awesome
View project demo at https://autumnchris.github.io/roman-numeral-converter.
After forking and cloning, navigate to the repository in your command line and install the NPM packages:
npm install
Run the following script in your command line to run the application:
npm start
Once the server is running, go to http://localhost:8080
in your browser.
Before committing any changes, run the following script to update your static files for production:
npm run build