feat: implement product listing and shopping cart functionality

This commit is contained in:
2026-05-25 13:03:03 -03:00
parent 894fbf39d3
commit 641cbf7a73
2 changed files with 73 additions and 1 deletions

View File

@@ -8,7 +8,12 @@
</head>
<body>
<h1>Ejercicio 8</h1>
<div id="productList">
<!-- Acá se mostrarán los productos -->
</div>
<div id="checkout">
<!-- Acá se mostrará el precio total -->
</div>
<script src="ejercicio8.js"></script>
</body>
</html>