About • Technologies • Features • Requirements • Author
React Salary, was an application developed during the IGTI 2020 bootcamp. Using React we create a web application that receives your gross salary as input and displays the INSS base, INSS discount, base, IRPF, IRPF discount and finally the net salary as an output.
[HTML/CSS]
[Javascript]
- ✔ INSS base calculation
- ✔ Calculation of INSS discount
- ✔ IRPF base calculation
- ✔ IRPF Discount Calculation
- ✔ Calculation of net salary
Before you begin, you will need to have the following tools installed on your machine:
Git , Node.js. Also, it’s good to have an editor to work with the code like VSCode
# Clone this repository
$ git clone <https://github.com/williamdlm/react-salary>
# Access the project folder in the / cmd terminal
$ cd react-salary
# Install dependencies
$ yarn
# Run the application in development mode
$ yarn start