hinchley2018 / learning-ecommerce

Small e-commerce project to learn full-stack development
MIT License
7 stars 9 forks source link

products.js first alterations #31

Closed augustine24 closed 6 months ago

augustine24 commented 6 months ago

Created changes to the page by creating variables for a products: id, image, description and price. Added a way to return to the homepage on the interface of products page. Code automatically resizes images for convenience of organization. Further changes will be done later.