This is a simple GST calculator web application built using HTML, CSS, and JavaScript. It allows users to calculate the GST amount to be paid based on the price of the item and the GST percentage.
-
Enter the price of the product in the "Price" field.
-
Select the GST rate from the dropdown menu.
-
Click the "Calculate" button to calculate the GST and convert it to your preferred currency.
If you want to contribute to this project, follow these steps:
-
Fork this repository.
-
Clone the forked repository to your local machine.
git clone https://github.com/your-username/gst-calculator.git
- Create a new branch to work on.
git checkout -b my-new-feature
-
Make the necessary changes to the code.
-
Stage and commit your changes.
git add .
git commit -m "Add new feature"
- Push your changes to your forked repository.
git push origin my-new-feature
-
Create a pull request from your forked repository to this repository.
-
Wait for the pull request to be reviewed and merged.