This is a mini-project to compute monthly net income of an employee working in the Philippines. All calculations are updated as of April 2024 with references linked below:
- SSS Employee Contribution
- PhilHealth Contribution Table as per PhilHealth Circular No. 2019-0009
- HDMF/Pag-IBIG Contribution Table for 2024
Using Next.js / React is kinda an overkill (only did so to familiarize myself with Next App Route). Also, I might add more calculators in the future. :)
The app is deployed on GitHub pages and can be accessed here: https://liezlsantos.github.io/tax-ph/.
Node.js version >= 20
- Install the dependencies
npm run install
- Run
npm run dev
- Open http://localhost:3000 to open the app.