Last active
September 12, 2023 16:23
-
-
Save thecodermehedi/0a783b3e14c3b4a6c7b107bafcb364a9 to your computer and use it in GitHub Desktop.
https://bit.ly/man-products-json (mock product data)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": 1, | |
"name": "Watch", | |
"price": "$19.99", | |
"brand": "Rolex" | |
}, | |
{ | |
"id": 2, | |
"name": "Sunglasses", | |
"price": "$29.99", | |
"brand": "Ray-Ban" | |
}, | |
{ | |
"id": 3, | |
"name": "Tie", | |
"price": "$14.99", | |
"brand": "Hugo Boss" | |
}, | |
{ | |
"id": 4, | |
"name": "T-Shirt", | |
"price": "$39.99", | |
"brand": "Nike" | |
}, | |
{ | |
"id": 5, | |
"name": "Shorts", | |
"price": "$9.99", | |
"brand": "Adidas" | |
}, | |
{ | |
"id": 6, | |
"name": "Boxers", | |
"price": "$24.99", | |
"brand": "Calvin Klein" | |
}, | |
{ | |
"id": 7, | |
"name": "Perfume", | |
"price": "$17.99", | |
"brand": "Dior" | |
}, | |
{ | |
"id": 8, | |
"name": "Hair Gel", | |
"price": "$49.99", | |
"brand": "L'Oréal" | |
}, | |
{ | |
"id": 9, | |
"name": "Belt", | |
"price": "$12.99", | |
"brand": "Gucci" | |
}, | |
{ | |
"id": 10, | |
"name": "Socks", | |
"price": "$34.99", | |
"brand": "Puma" | |
}, | |
{ | |
"id": 11, | |
"name": "Wallet", | |
"price": "$22.99", | |
"brand": "Prada" | |
}, | |
{ | |
"id": 12, | |
"name": "Cologne", | |
"price": "$7.99", | |
"brand": "Chanel" | |
}, | |
{ | |
"id": 13, | |
"name": "Hat", | |
"price": "$16.99", | |
"brand": "Burberry" | |
}, | |
{ | |
"id": 14, | |
"name": "Gloves", | |
"price": "$27.99", | |
"brand": "Ralph Lauren" | |
}, | |
{ | |
"id": 15, | |
"name": "Scarf", | |
"price": "$32.99", | |
"brand": "Versace" | |
}, | |
{ | |
"id": 16, | |
"name": "Wallet Chain", | |
"price": "$10.99", | |
"brand": "Louis Vuitton" | |
}, | |
{ | |
"id": 17, | |
"name": "Cufflinks", | |
"price": "$21.99", | |
"brand": "Bvlgari" | |
}, | |
{ | |
"id": 18, | |
"name": "Bracelet", | |
"price": "$13.99", | |
"brand": "Armani" | |
}, | |
{ | |
"id": 19, | |
"name": "Ring", | |
"price": "$18.99", | |
"brand": "Fendi" | |
}, | |
{ | |
"id": 20, | |
"name": "Earrings", | |
"price": "$37.99", | |
"brand": "Tiffany & Co." | |
}, | |
{ | |
"id": 21, | |
"name": "Shaving Kit", | |
"price": "$11.99", | |
"brand": "Tom Ford" | |
}, | |
{ | |
"id": 22, | |
"name": "Face Cream", | |
"price": "$26.99", | |
"brand": "Clinique" | |
}, | |
{ | |
"id": 23, | |
"name": "Body Lotion", | |
"price": "$15.99", | |
"brand": "Nivea" | |
}, | |
{ | |
"id": 24, | |
"name": "Shampoo", | |
"price": "$28.99", | |
"brand": "Head & Shoulders" | |
}, | |
{ | |
"id": 25, | |
"name": "Body Wash", | |
"price": "$8.99", | |
"brand": "Dove" | |
}, | |
{ | |
"id": 26, | |
"name": "Deodorant", | |
"price": "$20.99", | |
"brand": "Old Spice" | |
}, | |
{ | |
"id": 27, | |
"name": "Razor", | |
"price": "$33.99", | |
"brand": "Gillette" | |
}, | |
{ | |
"id": 28, | |
"name": "Beard Trimmer", | |
"price": "$23.99", | |
"brand": "Philips Norelco" | |
}, | |
{ | |
"id": 29, | |
"name": "Suspenders", | |
"price": "$6.99", | |
"brand": "H&M" | |
}, | |
{ | |
"id": 30, | |
"name": "Backpack", | |
"price": "$30.99", | |
"brand": "North Face" | |
}, | |
{ | |
"id": 31, | |
"name": "Laptop Bag", | |
"price": "$25.99", | |
"brand": "Samsonite" | |
}, | |
{ | |
"id": 32, | |
"name": "Wallet", | |
"price": "$12.99", | |
"brand": "Coach" | |
}, | |
{ | |
"id": 33, | |
"name": "Socks", | |
"price": "$19.99", | |
"brand": "Under Armour" | |
}, | |
{ | |
"id": 34, | |
"name": "Belt", | |
"price": "$29.99", | |
"brand": "Levi's" | |
}, | |
{ | |
"id": 35, | |
"name": "Hat", | |
"price": "$14.99", | |
"brand": "Brixton" | |
}, | |
{ | |
"id": 36, | |
"name": "Gloves", | |
"price": "$39.99", | |
"brand": "Oakley" | |
}, | |
{ | |
"id": 37, | |
"name": "Scarf", | |
"price": "$9.99", | |
"brand": "Columbia" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment