Plan your investment route with this app!
-
If you don't have
Node.json your PC, install it here (use version 20.18.0 or above) -
Verify
nodeversion
node -v // Should print "v20.18.0" or above.- Verify
npmversion
npm -v // Should print "10.9.0" or above.git clone https://github.com/PikuzaMarie/investment-calculator.gitcd investment-calculatornpm installIt 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
durationvalue 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
