A modern, clean web application to calculate the monthly take-home salary based on the annual fixed pay input. This project uses HTML, CSS, and JavaScript to provide a user-friendly interface and accurate calculations.
To run this application locally:
- Clone the repository:
git clone https://github.com/vishnurp3/salary-calculator.git
- Navigate to the project directory:
cd salary-calculator
- Open
index.html
in your preferred web browser.
- Enter your annual fixed pay in the input box.
- Click the "Calculate" button.
- The monthly take-home salary will be displayed below.