Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ruchernchong/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
https://github.com/ruchernchong/cpf-contribution-calculator

react tailwindcss typescript vite vitest

Last synced: about 10 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://cpf-contribution-calculator.ruchern.xyz)

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

```shell
# Install packages
pnpm install

# Start the development server
pnpm dev

# Build the project
pnpm run build

# Run the unit testing
pnpm run test
```