Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/safdarjamal/interest-calculator
⚡️ A fast, user-friendly, offline-first, interest calculator progressive web app (PWA).
https://github.com/safdarjamal/interest-calculator
calculator compound-interest css finance-calculator html interest-calculator investment-calculator javascript material-ui progressive-web-app pwa react reactjs simple-interest webapp
Last synced: 9 days ago
JSON representation
⚡️ A fast, user-friendly, offline-first, interest calculator progressive web app (PWA).
- Host: GitHub
- URL: https://github.com/safdarjamal/interest-calculator
- Owner: SafdarJamal
- License: mit
- Created: 2019-11-28T14:00:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T02:19:30.000Z (7 months ago)
- Last Synced: 2024-10-12T23:43:45.368Z (24 days ago)
- Topics: calculator, compound-interest, css, finance-calculator, html, interest-calculator, investment-calculator, javascript, material-ui, progressive-web-app, pwa, react, reactjs, simple-interest, webapp
- Language: JavaScript
- Homepage: https://safdarjamal.github.io/interest-calculator/
- Size: 1.45 MB
- Stars: 13
- Watchers: 2
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Interest Calculator
A fast, user-friendly, offline-first, interest calculator progressive web app (PWA).![Interest Calculator in Action](https://user-images.githubusercontent.com/48409548/95246294-b3525500-082d-11eb-8507-650d617a226f.png)
## Development
To get a local copy of the code, clone it using git:
```
git clone https://github.com/SafdarJamal/interest-calculator.git
cd interest-calculator
```Install dependencies:
```
npm install
```Now, you can start a local web server by running:
```
npm start
```and then you can open http://localhost:3000 to view it in the browser.
#### Available Scripts
| Script | Description |
| ------------- | ----------------------------------------------------------------------- |
| npm start | Runs the app in the development mode. |
| npm test | Launches the test runner in the interactive watch mode. |
| npm run build | Builds the app for production to the `build` folder. |
| npm run eject | This command will remove the single build dependency from your project. |## License
Code released under the [MIT License](https://github.com/SafdarJamal/interest-calculator/blob/master/LICENSE).