Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.1 KB

File metadata and controls

33 lines (22 loc) · 1.1 KB

React Carousel Component

This carousel component was built using React and Vite, designed to support desktop and mobile devices. Easily integrate this component into your React projects to enhance user experience with a beautiful and responsive carousel effect.

Live demo: https://ba1679.github.io/pure-react-carousel/

截圖 2024-01-06 下午2 13 32

How to Use

Clone the Project Locally or Simply press the dot (.) key on your keyboard while on the GitHub repository page to open CodeSpaces.

Clone the project to your local machine using the following command:

git clone https://github.com/ba1679/pure-react-carousel.git

Install Dependencies

Navigate to the project folder and install dependencies using the following command:

cd pure-react-carousel
npm install

Development Mode

Run the project in development mode. This will start the local development server:

npm run dev

Open http://127.0.0.1:5173 in your browser to view the carousel component demo.