A comprehensive tax directory and calculator for the Philippines, featuring modern UI, multiple tax types, forms library, filing calendar, and more.
- Node.js (version 16 or higher)
- npm or yarn
-
Clone the repository:
git clone <repository-url> cd ph-tax-calculator
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:5173
- Compensation Income Tax Calculator: Calculate monthly and annual income tax with SSS, PhilHealth, and Pag-IBIG contributions
- VAT Calculator: Calculate 12% VAT for both inclusive and exclusive amounts
- Taxpayer Categories: Understanding different taxpayer types and their obligations
- Forms Library: Access to BIR forms and filing guides
- Filing Calendar: Tax deadlines and important reminders
- Tax Rates & Tables: Current tax rates and brackets
- FAQs: Frequently asked questions about Philippine taxation
npm run dev- Start development server with hot reloadnpm run build- Build for productionnpm run lint- Run ESLint to check code qualitynpm run preview- Preview production build locally
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This platform is intended for general informational and educational purposes only. It does not provide official tax, legal, or financial advice and should not be relied upon as a substitute for guidance from the Bureau of Internal Revenue (BIR) or a licensed professional. For advice specific to your situation, please consult the appropriate government agency or a qualified tax advisor.
This project is part of BetterGov.ph