A simple and visually appealing web application that converts numbers to Roman numerals. Enter any number between 1 and 3999, and instantly see its Roman numeral representation.
- Converts numbers (1–3999) to Roman numerals
- Responsive and modern UI with a video background
- Input validation with helpful error messages
- Built with HTML, CSS, and JavaScript
- Clone or Download this repository.
- Open
index.htmlin your browser. - Enter a number between 1 and 3999 in the input field.
- Click the Convert button to see the Roman numeral result.
romanNumeralConverter/ │ ├── index.html # Main HTML file ├── styles.css # App styling ├── script.js # Conversion logic └── README.md # Project documentation
- HTML5
- CSS3 (with Google Fonts)
- JavaScript (ES6)
- Uses semantic HTML elements
- Input and button have accessible labels
This project is open source and available under the MIT License.
Thank you for using the Roman Numeral Converter!