Plan your investment route with this app!
-
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.
git clone https://github.com/PikuzaMarie/investment-calculator.git
cd investment-calculator
npm install
It will automatically run in your default browser at http://localhost:3000/
npm run dev
- Implement features adhering to technical task to task
- Derive neccessary data from single state
userInputData
- Calculate investment result with utility function
- Display ResultTable if
duration
value is valid or InfoMessage otherwise - Customize settings via inputsConfig and resultTableConfig
- Clean code with the use of
ESLint
,Prettier
&lint-staged
- Deploy on Netlify to calculate your investment
This project was developed using materials from the'React - The Complete Guide 2025'
instructed by Maximilian Schwarzmüller
at Academind
: link to github repo