Converter from arabic numbers to roman numbers
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

443 B

Converter

Tools allowing to convert arabic number into roman number

Demo

converter.voiedesombres.com

Tech Stack

SPA: VueJs v3, TailwindCSS

API: NestJS

Installation

    git clone https://git.voiedesombres.com/Shalma/converter.git

Have docker installed

  cd converter/spa
  npm install
  npm run dev
  cd converter/api
  npm install
  npm run start

Load spa with localhost:8080