Practice code for Section 05 - Practice Project - Building an Investment Calculator, part of the course "React - The Complete Guide (incl. Redux)" by Maximilian Schwarzmüller.
This project covers:
- Building an investment calculator UI
- Handling form inputs and validation
- Calculating and presenting results
- Planned, designed, and developed entirely by me as part of a course challenge.
- React
- JavaScript (ES6+)
- Build tool - Vite
- JSX
- useState
# 1) install
npm install
# 2) dev server
npm run dev
# 3) production build
npm run build
npm run preview