This project demonstrates a multi-select dropdown feature in React, showcasing a list of users. The user data is fetched from mock data using the API provided by mockapi.io.
- Multi-select dropdown to select multiple users.
- Fetches user data asynchronously from
mockapi.io. - Displays selected users in an elegant UI.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Node.js and npm (Node Package Manager). Make sure you have them installed on your system.
-
Clone the repository:
git clone https://github.com/Soujannya16/Multi-select-search-react.git
-
Navigate to the project directory:
cd Multi-select-search-react -
Install the dependencies:
npm install
-
Start the development server:
npm start
The app should now be running on http://localhost:3000.
To use the multi-select dropdown:
- Click on the dropdown to reveal the user list.
- Select multiple users by clicking on their names.
- Selected users will be shown in a separate area/component.
- React - The web framework used.
- mockapi.io - API for fetching mock user data.
- Soujannya Roy - Initial work - Soujannya16
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details.