Skip to content

Cherubismark/product-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My Simple Product Shop

This is a beginner-friendly web project that displays a list of products using data from the Fake Store API.

Features

  • 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

Files

  • index.html – Main page that loads product list
  • styles.css – Basic styling for the layout and product cards
  • script.js – JavaScript to fetch and display product data
  • product/index.html – (Optional) Product detail page

API Used

How to Run

  1. Download or clone this repo.
  2. Open index.html in your browser.
  3. You’ll see a list of products fetched from the API.

Skills Practiced

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published