/video_carousel

A video carousel project inspired by apple website based on React, Tailwind and Gsap

Primary LanguageJavaScript

Title: Apple-Inspired Video Carousel (React, Tailwind CSS, GSAP)

Description:

A sleek and responsive video carousel built with React, featuring smooth animations powered by GSAP and modern styling with Tailwind CSS.

Getting Started

Prerequisites

Clone the Repository

Open your terminal and run:

git clone https://github.com/Khalidur-sujon/video_carousel.git

Navigate to the project directory

cd video_carousel

Install Dependencies

npm install

(If you're using yarn, run yarn install instead)

Run the Development Server

Start a local development server for hot reloading and live coding:

npm run dev

(For yarn, use yarn dev)

This will typically launch the project at http://localhost:5174/ in your web browser.

Build for Production

Create an optimized production build:

npm run build

(For yarn, use yarn build)

Live Demo:

https://video-carousel-cvnvsf37q-khalidursujons-projects.vercel.app/

Contribution:

Feel free to contribute by submitting pull requests or suggesting improvements!