This is a simple slider that displays users in a carousel format. In this project, I created two sliders.
- using native React JS in
Carousel.jsx
- using the library https://react-slick.neostack.com in
CarouselSlick.jsx
.
- React JS
- Vite JS, ESLint, Prettier
- React Slick is a popular React component library used for creating carousels and sliders within React applications. for the second slider,
- React Icons is a popular open-source library that provides a collection of accessible SVG icons for React applications.
- Clone a project:
git clone
git clone https://github.com/SimAndrew/users-slider-reactjs.git
- Open project code in your editor.
- Install the dependencies, enter into the terminal:
npm install
- Run the project, enter into the terminal:
npm run dev