Français
But de l’exercice : La conversion des nombres décimaux en chiffre romains.
Un formulaire permet de saisir un nombre décimal entre 0 et 100. La validation de ce formulaire permet d’afficher à l’utilisateur la conversion du nombre décimal en chiffre romain. Les règles de conversion sont indiquées en annexe. Par exemple, si l’utilisateur saisit 9 et valide le formulaire, la page doit lui afficher “IX”. La requête sera envoyé en AJAX.
Comment lancer le projet ?
- Clonez le repository : git clone https://github.com/TheJulienM/Jolimoi-Chiffres-Romains.git
- Placez-vous dans le répertoire cloné avec un cmd et exécuter les commandes
npm install
puisnode index.js
- Rendez-vous dans votre navigateur favori à l'adresse : http://localhost:8080 (Changer le port en fonction de votre configuration si nécessaire)
Vous pouvez à présent utiliser l'application !
Anglais
Goal of the exercise: Converting Arabic numbers to Roman numbers.
A form allows you to enter a decimal number between 0 and 100. The validation of this form displays to the user the conversion of the decimal number into a digit Roman. The conversion rules are given in the appendix. For example, if the user enters 9 and validates the form, the page should display "IX". The request will be sent in AJAX.
How to start the project?
- Clone the repository with a cmd: git clone https://github.com/TheJulienM/Jolimoi-Chiffres-Romains.git
- Go to the cloned directory with a cmd and run the commands
npm install
thennode index.js
- Go to your favorite browser at the address: http://localhost:8080 (Change the port according to your configuration if necessary)
You can now use the app!