Skip to content

PikuzaMarie/investment-calculator

Repository files navigation

Investment Calculator

Plan your investment route with this app!

Game UI

App UI

How to run the project locally

0. Prerequisities:

  • If you don't have Node.js on your PC, install it here (use version 20.18.0 or above)

  • Verify node version

node -v // Should print "v20.18.0" or above.
  • Verify npm version
npm -v // Should print "10.9.0" or above.

1. Clone the repository:

git clone https://github.com/PikuzaMarie/investment-calculator.git

2. Go to the directory:

cd investment-calculator

3. Install dependencies:

npm install

4. Start the project

It will automatically run in your default browser at http://localhost:3000/

npm run dev

Features

Extra

Contribution

This project was developed using materials from the'React - The Complete Guide 2025' instructed by Maximilian Schwarzmüller at Academind: link to github repo

Releases

No releases published

Packages

No packages published