Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samlatavares/igti-fullstack-bootcamp-desafio-3
Challenge made during IGTI's Fullstack bootcamp. It's a React Project of a Compound Interest Calculator. Installments are displayed after user inform a initial value, monthly interest and term.
https://github.com/samlatavares/igti-fullstack-bootcamp-desafio-3
css flexbox html javascript reactjs
Last synced: 5 days ago
JSON representation
Challenge made during IGTI's Fullstack bootcamp. It's a React Project of a Compound Interest Calculator. Installments are displayed after user inform a initial value, monthly interest and term.
- Host: GitHub
- URL: https://github.com/samlatavares/igti-fullstack-bootcamp-desafio-3
- Owner: samlatavares
- Created: 2020-10-22T21:59:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-21T14:07:52.000Z (9 months ago)
- Last Synced: 2024-10-10T19:43:14.816Z (27 days ago)
- Topics: css, flexbox, html, javascript, reactjs
- Language: JavaScript
- Homepage:
- Size: 3.82 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# igti-fullstack-bootcamp-desafio-3
English | Português## What is this project?
This was a Challenge made during IGTI's Fullstack bootcamp.
It's a React Project of a Compound Interest Calculator. Installments are displayed after user inform a initial value, monthly interest and term.## 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)