AbhisekhNayek / Roman_Number_Converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Roman Number Converter πŸ›οΈ

Welcome to the Roman Number Converter! This is a simple web-based application that converts Arabic numerals to Roman numerals and vice versa.

Overview πŸ“œ

This converter allows users to easily switch between Arabic and Roman numeral systems, making it convenient for various applications such as historical research, educational purposes, or even just for fun!

Usage πŸ”„

  1. Input an Arabic numeral to convert it to Roman numeral.
  2. Input a Roman numeral to convert it to Arabic numeral.
  3. Click the "Convert" button to see the result.

Technologies Used πŸ› οΈ

  • HTML: Structure of the web page.
  • CSS: Styling the user interface.
  • JavaScript: Logic for converting numerals.

Installation πŸš€

  1. Clone the repository:

    git clone https://github.com/AbhisekhNayek/Roman_Number_Converter.git
  2. Open the project folder:

    cd Roman_Number_Converter
  3. Open index.html in your preferred web browser.

Features ✨

  • Conversion between Arabic and Roman numerals.
  • Simple and intuitive user interface.

Contributing 🀝

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them with a clear message.
  4. Push your changes to your fork.
  5. Submit a pull request to the original repository.

License πŸ“„

This project is licensed under the MIT License.

About


Languages

Language:JavaScript 40.3%Language:CSS 35.3%Language:HTML 24.4%