/cpf-contribution-calculator

A calculator to compute CPF contributions after the 2023 income ceiling changes following Ministry of Finance announcement at the Singapore Budget 2023

Primary LanguageTypeScript

CPF Contribution Calculator

A calculator to compute CPF contributions after the 2023 income ceiling changes following Ministry of Finance announcement at the Singapore Budget 2023

Link to Calculator

You can also add this as a bookmark on a mobile device to open it as an "app".

This calculator is PWA compatible (for the techies).

Summary

Following the recent announcement from the Ministry of Finance during the Budget 2023 on 13 February 2023, the income ceiling will be raised from $6000 to $8000 by September 2026.

This is a simple calculator to estimate the new "take-home" income after CPF contributions. The CPF contributions for individual remains no change following the announcements during the Budget.

Installation

# Install packages
bun install

# Start the development server
bun dev

# Build the project
bun run build

# Run the unit testing
bun run test