Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
teganjennings authored Feb 22, 2024
1 parent 472d055 commit 736ad0d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<h1>Investment Calculator in React!</h1>
<p>Project completed following the following course: React - The Complete Guide 2024 (incl. React Router & Redux)</p>
<hr />
<p>Created a webpage that displays a calculator to calculate the Investment value of an investment.</p>
<p> Following concepts are in this project:</p>

<ul style="list-style-type:circle">
<li>Custom Components</li>
<li>Inputting & Outputting Dynamic Values & Attributes</li>
<li>Event Handling</li>
<li>States & Hooks</li>
<li>Rendering Content Conditionally</li>
<li>Lifting State Up</li>
</ul>

0 comments on commit 736ad0d

Please sign in to comment.