Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chris-cozy/nestegg-navigator
https://github.com/chris-cozy/nestegg-navigator
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/chris-cozy/nestegg-navigator
- Owner: chris-cozy
- Created: 2023-08-26T05:19:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-26T08:10:09.000Z (over 1 year ago)
- Last Synced: 2023-08-26T09:23:51.094Z (over 1 year ago)
- Language: JavaScript
- Size: 419 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **NestEgg Navigator - Investment Calculator**
NestEgg Navigator is a React.js web application that helps you project the growth of your investments over time. You can input your current savings, yearly contributions, expected interest rate, and investment duration to visualize how your savings will grow.
![Investment Calculator Screenshot](src/assets/investment-calculator-screenshot.png)## **Features**
- Calculate future investment projections based on user inputs.
- Interactive form for entering investment details.
- Dynamic updating of the results table.
- User-friendly interface with clear labeling.## **Getting Started**
To get a local copy of the application up and running, follow these steps:
1. **Clone the repository**:
```bash
git clone https://github.com/your-username/nest-egg-navigator.git
cd nest-egg-navigator
```2. **Install Dependencies**:
```bash
npm install
```3. **Run the Application**:
```bash
npm start
```The app will be available at **`http://localhost:3000`** in your web browser.
## **Usage**
1. Open the application in your web browser.
2. Fill in the input fields with your current savings, yearly contributions, expected interest rate, and investment duration.
3. Click the "Calculate" button to generate the projected investment data.
4. View the table below the form to see the year-by-year breakdown of your investments.## **Contributing**
Contributions are welcome! If you have suggestions for improvements or find any issues, please feel free to open an issue or submit a pull request.
## **License**
This project is licensed under the MIT License - see the **[LICENSE](https://opensource.org/license/mit/)** file for details.
## **Acknowledgments**
- This project was developed as a part of a React.js learning experience.