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

https://github.com/girishso/react_emi_calculator

Loan EMI Calculator using React JS
https://github.com/girishso/react_emi_calculator

react react-app reactjs

Last synced: about 1 year ago
JSON representation

Loan EMI Calculator using React JS

Awesome Lists containing this project

README

          

# EMI Calculator

A test app to learn React JS.

[Demo](http://girishso.github.io/react_emi_calculator/dist/)

## Up and Running

```
bower install
npm install
```

`gulp dev` then go to http://localhost:4000/index.html

If you have the Chrome LiveReload extension installed, then your browser will automatically reload when any file in /src changes.