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

https://github.com/marcusbello/tax_calculator

Nigeria Tax Act 2025: Personal Income Tax Calculator using the new NTA 2025 tax bands to calculate the tax amount built with Go (Golang)
https://github.com/marcusbello/tax_calculator

2025 calculator finance go golang html-css-javascript income nta tax

Last synced: 22 days ago
JSON representation

Nigeria Tax Act 2025: Personal Income Tax Calculator using the new NTA 2025 tax bands to calculate the tax amount built with Go (Golang)

Awesome Lists containing this project

README

          

# Tax Calculator

![Tax Calculator Logo](https://img.icons8.com/ios-filled/100/000000/calculator.png)

2025 NTA Personal Income Tax Calculator.

## Features

- Calculates personal income tax using 2025 NTA Tax bands.
- Returns 0 for invalid or negative values.
- Easy to use.

## Inputs

- `Annual Income`: A non-negative amount whose tax amount is to be computed.
- `Annual Rent`: A non-negative amount based on the annual rent paid recently.
- `Deductions`: A non-negative amount based on business expenses or money spent making the said income.

## Returns

- The annual tax amount expected to be paid for the year. `Tax Amount`.

## Panics

- Returns 0 if `Deduction` is bigger than the annual income.

## Example

![TaxCalculator Example](https://img.icons8.com/ios-filled/50/000000/numbers.png)

## License

This project is licensed under the MIT License.