Skip to content

cchangenot/roman-numbers-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roman number converter

Converts integer between 0 and 100 to roman numbers.

Prerequisites

  • Node.js 12+

Getting started

  • Set up everything with npm install
  • Start application with npm start
  • Your browser should automatically open the frontend/src/index.html. If not please open it manually in your browser. ⚠ You may need to refresh the page if the page displays before the server finishes to start (because of SSE connection).

Commands

  • Set up everything with npm install
  • Start application with npm start
  • Run tests with npm test
  • Check code style with npm run lint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published