Skip to content

This is a mini-project to compute monthly net income of an employee working in the Philippines.

Notifications You must be signed in to change notification settings

liezlsantos/tax-ph

Repository files navigation

PH Tax Calculator 2024

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:

Dev Note

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. :)

Live App

The app is deployed on GitHub pages and can be accessed here: https://liezlsantos.github.io/tax-ph/.

Getting Started

Prerequisites

Node.js version >= 20

Starting the development server

  1. Install the dependencies
npm run install
  1. Run
npm run dev
  1. Open http://localhost:3000 to open the app.

About

This is a mini-project to compute monthly net income of an employee working in the Philippines.

Resources

Stars

Watchers

Forks