The Investment Calculator is a web application designed to simplify financial planning. It helps users calculate potential investment returns based on principal amount, interest rate, and investment duration.
- Clone the repository:
git clone https://github.com/FilonenkoDima/InvestmentCalculator.git
- Navigate to the project directory:
cd InvestmentCalculator - Install dependencies:
npm install
To run the application in development mode:
ng serveor
npm startThen open your browser and navigate to http://localhost:4200/.
Here’s an overview of the project structure:
InvestmentCalculator/
├── src/
│ ├── app/
│ │ ├── header/ # Header components
│ │ ├── investment-result/ # Displays calculated results
│ │ ├── user-input/ # Form for user data input
│ │ ├── app.module.ts # Main Angular module
│ │ └── app.component.ts # Root component of the application
│ ├── main.ts # Entry point for Angular application
│ └── index.html # Application's base HTML file
└── angular.json # Angular CLI configuration file
Feel free to open an issue or submit a pull request. Contributions are welcome!
