https://github.com/filonenkodima/investmentcalculator
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.
https://github.com/filonenkodima/investmentcalculator
angular clean-architecture frontend webdevelopment
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/filonenkodima/investmentcalculator
- Owner: FilonenkoDima
- Created: 2024-11-21T18:45:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-16T10:57:05.000Z (over 1 year ago)
- Last Synced: 2025-02-13T19:40:45.375Z (over 1 year ago)
- Topics: angular, clean-architecture, frontend, webdevelopment
- Language: TypeScript
- Homepage:
- Size: 7.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Investment Calculator
## About the Project
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.
## Demo

## Getting Started
### Installation
1. Clone the repository:
```bash
git clone https://github.com/FilonenkoDima/InvestmentCalculator.git
```
2. Navigate to the project directory:
```bash
cd InvestmentCalculator
```
3. Install dependencies:
```bash
npm install
```
### Running the Application
To run the application in development mode:
```bash
ng serve
```
or
```bash
npm start
```
Then open your browser and navigate to `http://localhost:4200/`.
## Project Structure
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
```
## Feedback
Feel free to open an issue or submit a pull request. Contributions are welcome!