Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 587 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 587 Bytes

Investment Calculator in React!

Project completed following the following course: React - The Complete Guide 2024 (incl. React Router & Redux)


Created a webpage that displays a calculator to calculate the Investment value of an investment.

Following concepts are in this project:

  • Custom Components
  • Inputting & Outputting Dynamic Values & Attributes
  • Event Handling
  • States & Hooks
  • Rendering Content Conditionally
  • Lifting State Up