This is a beginner-friendly web project that displays a list of products using data from the Fake Store API.
- Fetches and displays products using JavaScript
- Shows product image, title, price, description, category, rating, and vote count
- Clean and simple layout using HTML and CSS
index.html– Main page that loads product liststyles.css– Basic styling for the layout and product cardsscript.js– JavaScript to fetch and display product dataproduct/index.html– (Optional) Product detail page
- Download or clone this repo.
- Open
index.htmlin your browser. - You’ll see a list of products fetched from the API.
- HTML & CSS layout
- JavaScript DOM manipulation
- Fetching and displaying data from a public API
- Event listeners and navigation
Made with SPARK AND BUILD by a beginner learning web development