An open API service indexing awesome lists of open source software.

https://github.com/simandrew/users-slider-reactjs


https://github.com/simandrew/users-slider-reactjs

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

## Users Slider

### About:

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`.

### Sample task, photo:

![image](https://github.com/user-attachments/assets/3bae7fe1-6312-4397-8f29-3f30eac7677a)

### Technologies, Libraries:

- [React JS](https://react.dev/)
- [Vite JS](https://vitejs.dev/), [ESLint](https://eslint.org/), [Prettier](https://prettier.io/)
- [React Slick](https://react-slick.neostack.com) is a popular React component library used for creating carousels and sliders within React applications. for the second slider,
- [React Icons](https://react-icons.github.io/react-icons/) is a popular open-source library that provides a collection of accessible SVG icons for React applications.

### Run the app:

- 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
```