- This is a fun app made to check on your stonks performances.
- This app helps you see your profit/loss and respective percentage on your stock purchase.
- HTML
- CSS (in the
<style>
tag, which is why you dont see the style.css file) - JavaScript (in the
<script>
tag, which is why you dont see the script.js file)
- Enter the purchase price of the stock.
- Enter the quantity of stocks you bought.
- Enter the current price of the stock.
- Click on the "Check" button.
- You will see the profit/loss and respective percentage.