Skip to content

Instantly share code, notes, and snippets.

View nefejames's full-sized avatar

Emadamerho-Atori Nefe nefejames

View GitHub Profile
@nefejames
nefejames / products.js
Created February 26, 2023 15:36
Dummy data for ecommerce products
const products = [
{
id: 1,
title: "Laptop Backpack",
price: 109.95,
description: "A cool laptop backpack",
image: "https://fakestoreapi.com/img/81fPKd-2AYL._AC_SL1500_.jpg",
rating: 3.9,
},
{