This is a simple yet interactive JavaScript project created as part of the Practical JavaScript Course on Platzi. The main aim of this project is to demonstrate the foundational knowledge of HTML, CSS, and JavaScript.
-
Basic Web Layout: The project provides a simple, effective user interface for a shop designed using HTML and CSS. It includes key layout elements such as a navigation bar, main content area with a list of products using CSS grid and rendered using a fake API.
-
JavaScript Functionality: Product cards and product details have been added to the main view using JavaScript. These demonstrate basic JavaScript functionalities like event handling, DOM manipulation, and data manipulation.
-
Code Structure and Readability: The project's codebase is well-structured and readable, in line with best practices taught during the course. This makes it a great learning resource for beginners.
Experience the main page live at https://joseuribeh98.github.io/YardSale/
-
Clone this repository.
git clone https://github.com/joseuribeh98/YardSale.git
-
Open the
index.html
file in your preferred web browser.
Navigate through the website and interact with the various components to see JavaScript in action.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project was created as part of the Practical JavaScript course at Platzi. Special thanks to the Platzi team for their invaluable guidance and resources.