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.
 
 
 
 
 
Shalma 44f87f46f3 doc: complete README 3 years ago
api feat(spa): implement converter spa form with tailwind css 3 years ago
spa feat(spa): implement converter spa form with tailwind css 3 years ago
.gitignore doc: complete README 3 years ago
README.md doc: complete README 3 years ago

README.md

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