Skip to content

Remy349/shadcn-ui-carousel-reactjs

Repository files navigation

ShadcnUI Carousel built with ReactJS (TypeScript)

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!

How to Clone and Run the Project

Follow these steps to clone and run the project locally:

  1. Clone the Repository

Open your terminal and run:

git clone https://github.com/Remy349/shadcn-ui-carousel-reactjs.git
cd shadcn-ui-carousel-reactjs
  1. Install Dependencies

Install the required packages using npm:

npm install
  1. Run the Development Server

Start the development server to preview the project:

npm run dev
  1. Customize and Explore

Modify the code to explore how the carousel works or integrate it into your projects.