This project showcases a robust and reusable Carousel Component built with cutting-edge technologies like Shadcn UI, ViteJS, TailwindCSS, and ReactJS with TypeScript. Designed with modern web practices, it provides an engaging and interactive user experience featuring autoplay, dynamic navigation dots, and responsive design. The carousel is highly customizable and can easily be integrated into any React project, making it a perfect addition to showcase images, promotions, or content. Dive into this repository to learn and implement a carousel that stands out!
Follow these steps to clone and run the project locally:
- Clone the Repository
Open your terminal and run:
git clone https://github.com/Remy349/shadcn-ui-carousel-reactjs.git
cd shadcn-ui-carousel-reactjs
- Install Dependencies
Install the required packages using npm:
npm install
- Run the Development Server
Start the development server to preview the project:
npm run dev
- Customize and Explore
Modify the code to explore how the carousel works or integrate it into your projects.