Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samlatavares/igti-fullstack-bootcamp-trabalho-3
Project made during the IGTI's Fullstack bootcamp. This is a React project that calculates the Net Salary based in brazilian law (CLT).
https://github.com/samlatavares/igti-fullstack-bootcamp-trabalho-3
igti react
Last synced: 21 days ago
JSON representation
Project made during the IGTI's Fullstack bootcamp. This is a React project that calculates the Net Salary based in brazilian law (CLT).
- Host: GitHub
- URL: https://github.com/samlatavares/igti-fullstack-bootcamp-trabalho-3
- Owner: samlatavares
- Created: 2020-10-17T00:01:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-21T14:06:28.000Z (11 months ago)
- Last Synced: 2024-10-31T22:42:19.433Z (2 months ago)
- Topics: igti, react
- Language: JavaScript
- Homepage:
- Size: 2.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# igti-fullstack-bootcamp-trabalho-3
English | Português## What is this project?
Project made during the IGTI's Fullstack bootcamp. This is a React project that calculates the Net Salary based in brazilian law (CLT).## How to configure your local environment
- Download Visual Studio Code
- Download NPM
- Clone this repository
- Run npm install in the project folder to install all required dependencies
- Run npm run start and view the app at localhost:3000 (or whichever port is shown in your terminal)