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: 6 months 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
- Host: GitHub
- URL: https://github.com/ruchernchong/cpf-contribution-calculator
- Owner: ruchernchong
- Created: 2023-02-14T13:27:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T17:50:40.000Z (7 months ago)
- Last Synced: 2025-04-05T10:06:36.346Z (7 months ago)
- Topics: react, tailwindcss, typescript, vite, vitest
- Language: TypeScript
- Homepage: https://cpf-contribution-calculator.vercel.app
- Size: 4.79 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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-estimator.vercel.app)
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
```