This is a simple React and Tailwind CSS project that allows you to swap items between two lists with "Next" and "Previous" buttons.
The project consists of two lists, initially displaying on the left side. The user can click the "Next" button to move items from the left list to the right list. Likewise, the "Previous" button allows the user to revert this action.
Clone the repository:
git clone https://github.com/aziz-codes/react-items-swiper.git
Navigate to the Project dir
cd react-items-swiper
Install dependencies:
npm install
Run the application:
npm run dev
Open your browser and go to http://localhost:5173 to view the app.
The left list displays the initial set of items. Click the "Next" button to move an item from the left list to the right list. Click the "Previous" button to revert the last action. Folder Structure src/ components/: React components used in the project. App.js: Main application component. Customize and Extend Feel free to customize and extend this project based on your needs. You can modify the UI, add more features, or integrate it into a larger application.
Contributing If you find any issues or have suggestions for improvement, feel free to open an issue or create a pull request.
This project is licensed under the MIT License.