PROD [Live] : https://react-slider-v2-prod.netlify.app/
- Slideshow of the reviews mentioned by the people about their company.
- Each single review card has image, name, title, quote.
- Functionality of the Autoplay of the slides has been implemented every 2 seconds.
- Buttons that can be clicked i.e.,
◀️ for the previous slide and▶️ for the next slide. If the user reaches the last slide, one more click resets to the first slide and vice versa. - Data is handled by the
data.js
and styles are handled byindex.css
- Alternatively, for an easier approach, another slider has been also implemented using the React Slick library.
- To run the project locally, clone the repo,
npm install
to install the dependencies, andnpm run dev
to start up the development server on default port 5173.
HTML, CSS, JavaScript, ECMAScript, React - Hooks ~ useState, useEffect
Netlify
Note: I have developed this project ~ [8] as part of React 18 Tutorial and Projects Course (2023) taught by John Smilga.