Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# igti-fullstack-bootcamp-desafio-3


English | Português

Project screenshot.

## 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)