// Loading...
Follow the steps below to set up and use the Premium GST Calculator Pro in your project.
Download the source code package and extract all files into your preferred project folder.
gst-calculator-pro/
├── index.html
├── assets/
│ ├── css/
│ ├── js/
│ └── icons/
└── README.md
Open the project folder using any code editor:
Open the index.html file in your browser.
Or use a local server:
Live Server (VS Code)
Enter:
Choose:
The calculator will instantly display:
Choose predefined GST slabs:
3%
5%
12%
18%
28%
Or enter a custom GST rate manually.
Select:
Intrastate Sale
Shows:
CGST + SGST
Or
Interstate Sale
Shows:
IGST
The tax breakdown updates automatically.
The dashboard displays:
All values update instantly as you type.
Use the visual comparison bar to compare:
Base Amount
VS
GST Amount
This helps users understand tax distribution visually.
Use the GST Percentage Finder.
Enter:
Base Amount
Final Amount
The tool automatically calculates and displays the detected GST percentage.
Click:
Download Invoice Report
The application generates a professional PDF report containing:
The calculator automatically stores recent calculations using Local Storage.
Features:
Click the moon icon to switch between:
☀ Light Mode
🌙 Dark Mode
The application remembers user preferences.
Choose from:
Theme colors update instantly across the entire interface.
You can easily modify:
Simply edit the HTML, CSS, and JavaScript files.
✔ GST Add Calculator
✔ GST Remove Calculator
✔ GST Inclusive Calculator
✔ GST Exclusive Calculator
✔ CGST Calculator
✔ SGST Calculator
✔ IGST Calculator
✔ GST Percentage Finder
✔ GST Comparison Bar
✔ GST Invoice Preview
✔ PDF Export
✔ Calculation History
✔ Local Storage Support
✔ Dark Mode
✔ Theme Switcher
✔ Glassmorphism UI
✔ Responsive Design
✔ Mobile Friendly
✔ Real-Time Calculation
HTML5, CSS3, JavaScript
GST Calculator Pro is a web-based GST calculation tool built with HTML, CSS, and JavaScript that calculates GST-inclusive and GST-exclusive amounts instantly.
Yes, the calculator supports CGST, SGST, and IGST calculations with automatic tax breakdown.
Yes, the application includes a PDF export feature that allows users to download GST invoice reports.
Yes, the GST Calculator is fully responsive and optimized for desktops, tablets, and mobile devices.
This project is developed using HTML5, CSS3, JavaScript, Font Awesome, Local Storage API, and HTML2PDF library.