Srijita-Mandal / fix-your-nums

Multiple-in-one calculator, by JavaScript, HTML & CSS
https://srijita-mandal.github.io/fix-your-nums/landing.html
MIT License
26 stars 55 forks source link

Income Tax Calculator #306

Closed LuckySingh9897 closed 1 year ago

LuckySingh9897 commented 1 year ago

It will take your annual income as input and gives the output as tax you have to give and how much is left with you

for ex-- input == 300000 output=== tax= 15000 take home salary= 285000

(as for different salary range different percentage of tax is issued by the Indian government.)

A sales tax calculator is present in this repo so I want to add an income tax calculator also. Please assign me this under JWOC.

Srijita-Mandal commented 1 year ago

@LuckySingh9897 Go for it.

Awesomeasma commented 1 year ago

I would like to work on this under JWOC