No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

menu.json 2.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. [
  2. {
  3. "id": 1,
  4. "image": "americano.jpg",
  5. "category": "coffee",
  6. "name": "Americano",
  7. "description": "A classic black coffee made by diluting espresso. It has a strong and bold flavor.",
  8. "price": 25000
  9. },
  10. {
  11. "id": 2,
  12. "image": "latte.jpg",
  13. "category": "coffee",
  14. "name": "Latte",
  15. "description": "A smooth and creamy espresso-based coffee with steamed milk.",
  16. "price": 28000
  17. },
  18. {
  19. "id": 3,
  20. "image": "cappucino.jpg",
  21. "category": "coffee",
  22. "name": "Cappuccino",
  23. "description": "A classic coffee drink made with espresso, steamed milk, and frothed milk foam.",
  24. "price": 30000
  25. },
  26. {
  27. "id": 4,
  28. "image": "green-tea.jpg",
  29. "category": "tea",
  30. "name": "Green Tea",
  31. "description": "A soothing and healthy green tea made from high-quality tea leaves.",
  32. "price": 20000
  33. },
  34. {
  35. "id": 5,
  36. "image": "chailatte.jpg",
  37. "category": "tea",
  38. "name": "Chai Latte",
  39. "description": "A spiced tea latte made with black tea, spices, and steamed milk.",
  40. "price": 26000
  41. },
  42. {
  43. "id": 6,
  44. "image": "iced-choco.jpg",
  45. "category": "chocolate",
  46. "name": "Choco Vanilla",
  47. "description": "Rich chocolate and creamy vanilla harmonize in a delightful fusion.",
  48. "price": 22000
  49. },
  50. {
  51. "id": 7,
  52. "image": "choco-mocha.jpeg",
  53. "category": "chocolate",
  54. "name": "Chocolate Mocha",
  55. "description": "An indulgent blend of espresso, steamed milk, and chocolate.",
  56. "price": 28000
  57. },
  58. {
  59. "id": 8,
  60. "image": "french-fries.jpg",
  61. "category": "snacks",
  62. "name": "French Fries",
  63. "description": "Crispy potato chips seasoned with a hint of salt.",
  64. "price": 15000
  65. },
  66. {
  67. "id": 9,
  68. "image": "croissant.jpg",
  69. "category": "snacks",
  70. "name": "Croissant",
  71. "description": "Buttery, flaky, and simply irresistible.",
  72. "price": 18000
  73. },
  74. {
  75. "id": 10,
  76. "image": "vanilla-ice-cream.jpg",
  77. "category": "ice cream",
  78. "name": "Vanilla Ice Cream",
  79. "description": "Classic vanilla ice cream with a creamy texture.",
  80. "price": 12000
  81. },
  82. {
  83. "id": 11,
  84. "image": "choco-ice-cream.jpg",
  85. "category": "ice cream",
  86. "name": "Chocolate Chip Ice Cream",
  87. "description": "Rich chocolate ice cream with chunks of chocolate chips.",
  88. "price": 13000
  89. },
  90. {
  91. "id": 12,
  92. "image": "waffle.jpg",
  93. "category": "snacks",
  94. "name": "Crispy Maple Waffle",
  95. "description": "A traditional waffle served with maple syrup and butter.",
  96. "price": 18000
  97. }
  98. ]