Skip to content

Latest commit

 

History

History
69 lines (48 loc) · 1.54 KB

README.md

File metadata and controls

69 lines (48 loc) · 1.54 KB

React Salary

AboutTechnologiesFeaturesRequirementsAuthor

About 📖

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.

Technologies 🚀

[HTML/CSS]

[Javascript]

React

Features

  • ✔ 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

🎲 Running the REACT application

# 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