Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noob0799/multisearch

A webapp built using React to demonstrate multi-select search functionality
https://github.com/noob0799/multisearch

css3 html-css-javascript html5 javascript react

Last synced: 5 days ago
JSON representation

A webapp built using React to demonstrate multi-select search functionality

Awesome Lists containing this project

README

        

# Multi Select Search
A webapp built using React to demonstrate multi-select search functionality
Link to live web app server: https://noob-multi-search.netlify.app/

Features:
- Auto suggestion on typing in the search bar
- Keyboard navigation on list of auto suggestions using Arrow Up, Arrow Down and Enter buttons
- All options selected from the list of auto suggestions using Enter key or mouse click will be shown in the search bar
- Such selected options can be removed by Backspace or by clicking on the options displayed in the search bar

## Initial Screen
![image](https://github.com/user-attachments/assets/fde56bcd-791f-4db2-a245-4a25bffbeca2)

## Screen showing auto suggestions on typing in the search bar
![image](https://github.com/user-attachments/assets/26eb2e05-c5f5-4c88-ac27-d3ba535ea1e3)

## Screen showing already selected search suggestions in the search bar
![image](https://github.com/user-attachments/assets/f7cb9659-f97f-4568-a3ce-5ad37fb02ca7)