Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 719 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 719 Bytes

Tax Calculator

About

Get detailed information about which taxes are applied over your annual gross income. You'll be able to see piece by piece which percentages are used to calculate how much of your salary goes to the government each year through a simple yet visually appealing application. Try it now!

Setup

  • In the project directory, run npm install in order to install the required dependencies.
  • Once everything's been started correctly, run npm start to start the application in a local server and access it at http://localhost:3000 to view it in the browser.
  • If you want to execute the tests, run npm test to enter the test runner in the interactive watch mode.