Git Product home page Git Product logo

arabicromannumeralconverter's Introduction

ArabicRomanNumeralConverter

Présentation

ArabicRomanNumeralConverter est une application web qui permet de convertir un chiffre/nombre arabe en un chiffre/nombre romain et vice et vice versa.

Prévisualisation

Image

Enter a number in Arabic numerals:
14
Translation to Roman numerals: XIV
Enter Roman numerals:
XIV
Translation to Arabic number: 14

Installation

  1. Téléchargez ou clonez le dépôt du projet à partir de GitHub.
  2. Accédez au dossier du projet.
cd ArabicRomanNumeralConverter

Utilisation

Version Web

  1. Ouvrez le fichier index.html dans votre navigateur.
  2. Saisissez un chiffre arabe dans le champ correspondant pour obtenir sa traduction en chiffres romains.
  3. Saisissez un chiffre romain dans le champ correspondant pour obtenir sa traduction en chiffres arabes.

Version Console (C++)

  1. Compilez le fichier source C++ en utilisant un compilateur compatible (par exemple, g++).
g++ -o ArabicRomanConverter main.cpp
  1. Exécutez le programme généré.
./ArabicRomanConverter
  1. Suivez les instructions pour saisir un chiffre arabe et obtenir sa traduction en chiffres romains, ainsi que pour saisir des chiffres romains et obtenir leur traduction en chiffres arabes.

Technologies utilisées

  • HTML : Utilisé pour la structure de base de la page.
  • CSS (Tailwind CSS) : Utilisé pour la mise en page et le style de l'interface utilisateur.
  • JavaScript : Utilisé pour la logique de conversion et la gestion des événements.
  • C++ : Version console

Licence

Ce projet est publié sous la licence MIT. Pour plus d'informations, consultez le fichier LICENSE.

MIT License

Crédits

Les icônes : https://fonts.google.com/

arabicromannumeralconverter's People

Contributors

bolinmonster avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.