Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ruchernchong/cpf-contribution-calculator
- Owner: ruchernchong
- Created: 2023-02-14T13:27:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-09T13:48:34.000Z (11 days ago)
- Last Synced: 2025-01-18T02:40:40.016Z (3 days ago)
- Topics: react, tailwindcss, typescript, vite, vitest
- Language: TypeScript
- Homepage: https://cpf-contribution-calculator.vercel.app
- Size: 4.45 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
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-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
```