A React application that demonstrates a 'Transfer List' component with the ability to move items between two columns, implement pagination, and provides various controls.
![Transfer List]
This React application showcases a 'Transfer List' component. The component allows users to transfer items between two columns. It includes features like item selection, item transfer between columns, and pagination controls. The project is built using functional components and React hooks.
- Display items in two columns.
- Select items in each column using checkboxes.
- Transfer selected items between columns.
- Transfer all items from one column to another.
- Pagination controls to navigate through the list of items.
- Clone this repository to your local machine.
- Navigate to the project directory.
- Install the project dependencies
npm install
- Start the development server
npm start
- Open your web browser and access the app at http://localhost:3000