Skip to content

Soujannya16/Multi-select-search-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Multi-Select Dropdown Project

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.

Features

  • Multi-select dropdown to select multiple users.
  • Fetches user data asynchronously from mockapi.io.
  • Displays selected users in an elegant UI.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Node.js and npm (Node Package Manager). Make sure you have them installed on your system.

Setup

  1. Clone the repository:

    git clone https://github.com/Soujannya16/Multi-select-search-react.git
  2. Navigate to the project directory:

    cd Multi-select-search-react
  3. Install the dependencies:

    npm install
  4. Start the development server:

    npm start

    The app should now be running on http://localhost:3000.

Usage

To use the multi-select dropdown:

  1. Click on the dropdown to reveal the user list.
  2. Select multiple users by clicking on their names.
  3. Selected users will be shown in a separate area/component.

Built With

  • React - The web framework used.
  • mockapi.io - API for fetching mock user data.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Releases

No releases published

Packages

 
 
 

Contributors