https://github.com/hemant110800/investment-calculator-app
We are providing Input form to user where user can enter Current Savings($), Yearly Savings($) , Expected Interest(% per year) and Investment Duration(years) and based on this , calculate Investment for no of years and populating investment in tabular form, also providing reset feature to user, also managing all styling together in index.css file.
https://github.com/hemant110800/investment-calculator-app
css html javascript react reactjs
Last synced: 3 months ago
JSON representation
We are providing Input form to user where user can enter Current Savings($), Yearly Savings($) , Expected Interest(% per year) and Investment Duration(years) and based on this , calculate Investment for no of years and populating investment in tabular form, also providing reset feature to user, also managing all styling together in index.css file.
- Host: GitHub
- URL: https://github.com/hemant110800/investment-calculator-app
- Owner: hemant110800
- Created: 2024-03-28T09:17:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-28T10:28:05.000Z (about 1 year ago)
- Last Synced: 2025-01-17T22:43:16.588Z (5 months ago)
- Topics: css, html, javascript, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 458 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Investment-Calculator-App
We are providing Input form to user where user can enter Current Savings($), Yearly Savings($) , Expected Interest(% per year) and Investment Duration(years) and based on this , calculate Investment for no of years and populating investment in tabular form, also providing reset feature to user, also managing all styling together in index.css file.1)Default Case
2)After entering field value and calculate
