M-ayank2005 / Foodie

Welcome to foodie
https://foodie-nine-red.vercel.app
6 stars 15 forks source link

Add a Customer-Review Carousel on the Home Page #40

Open TanishqAswar opened 2 hours ago

TanishqAswar commented 2 hours ago

Add Customer Review Carousel

Description

Implement a customer review carousel component that displays user feedback on our website. The carousel should include customer names, their review text, and a star rating to improve the user experience by showcasing positive feedback in an engaging way.

Requirements

Design Suggestions

Example Data

Here’s some sample data that can be used for initial implementation/testing:


const reviews = [
  {
    name: 'John Doe',
    review: 'Fantastic product! It has made my life so much easier.',
    rating: 5,
  },
  {
    name: 'Emily Davis',
    review: 'Good quality, but delivery took longer than expected.',
    rating: 3,
  },
  {
    name: 'Sophia Wilson',
    review: 'Not what I expected, but customer service was helpful.',
    rating: 2,
  },
  {
    name: 'James Anderson',
    review: 'Exceeded all expectations. I will definitely be back!',
    rating: 5,
  },
  // Add more as needed
];

This template gives clear details for the implementation and any additional requirements for the carousel. 
Feel free to adjust specifics to match your project's style and requirements!
TanishqAswar commented 2 hours ago

Hi @M-ayank2005 Would you please assign this issue to me.

M-ayank2005 commented 2 hours ago

@TanishqAswar you are assigned