This project provides a basic web interface allowing users to input a dollar amount and convert it to cents. It includes a simple HTML interface along with corresponding JavaScript logic for the conversion.
Features
- Input field for entering dollar amounts.
- Convert button to perform the conversion.
- Output field displaying the equivalent amount in cents.
- Validation to handle empty inputs and limit decimal places.