Image slider that lets you drag to change images in React, rendered in a single canvas element Made with React Hooks
The image slider is designed to work on the latest versions of Chrome, Firefox, or Safari.
Supported Browsers
- Google Chrome
- Mozilla Firefox
- Safari
Install dependencies:
npm installMake sure you have Node.js and nws installed. If not, you can install nws globally using:
npm install -g nwsIf you prefer a ready-made solution:
- Navigate to the
builddirectory:
cd build- Start the static file server using nws:
nws- Open your preferred browser and visit the provided URL, typically http://localhost:3030
Now the image slider will be running from the built release.
If you want to build the project from scratch:
- Run the command:
npm run build- Follow the steps from Option 1
- Deployment link: https://image-slider-kappa.vercel.app/