Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/helcioitiyama/juros-compostos

SPA that calculates the monthly Compound Interest
https://github.com/helcioitiyama/juros-compostos

Last synced: 10 days ago
JSON representation

SPA that calculates the monthly Compound Interest

Awesome Lists containing this project

README

        

## :arrow_right: ABOUT THE PROJECT

This project was developed using ReactJS. It is a simple monthly Compound Interest calculator.


homepage

## :computer: TECHNOLOGIES USED FOR THIS PROJECT:

- [**react**](https://github.com/facebook/react)
- [**styled-components**](https://github.com/styled-components/styled-components)

## :information_source: HOW TO RUN THE APPLICATION

To clone and run this application, you'll need Git, Babel, WebPack.

You just need to run the following commands:

```bash
# Clone this repository
$ https://github.com/helcioItiyama/juros-compostos.git

# Go into the repository
$ cd juros-compostos

# Install dependencies
$ yarn

# Run page
$ yarn start
```