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
- Host: GitHub
- URL: https://github.com/girishso/react_emi_calculator
- Owner: girishso
- License: mit
- Created: 2014-06-06T05:07:27.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-06T06:22:25.000Z (almost 12 years ago)
- Last Synced: 2025-04-04T04:51:09.220Z (about 1 year ago)
- Topics: react, react-app, reactjs
- Language: CoffeeScript
- Homepage: http://girishso.github.io/react_emi_calculator/dist/
- Size: 879 KB
- Stars: 7
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.