Place a carousel
src/App.js
import React from 'react';
import Carousel from './components/minute-components/carousel/Carousel';
export default function App() {
return (
<div>
<Carousel/>
</div>
);
}

Information of control
Utilize the swipe feature on small screen devices and arrows on large screen devices