Skip to content

Repository files navigation

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:
    git clone https://github.com/FilonenkoDima/InvestmentCalculator.git
  2. Navigate to the project directory:
    cd InvestmentCalculator
  3. Install dependencies:
    npm install

Running the Application

To run the application in development mode:

ng serve

or

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!

About

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.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages