/taxcalculatorgh

Most popular income tax calculator in Ghana 🇬🇭 . Built with VueJS and Spectre.css

Primary LanguageVue

Tax Calculator 🇬🇭

Ghana has a progressive income tax which is not easy to calculate. This tool makes it easier for people to compute their take-home income.

Built with VueJS and TailwindCss

Available at http://kessir.github.io/taxcalculatorgh

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint