A react shoppinglist applicaion.
- Using Debounce to control fetch data from API.
- Can multi-select items then
FocusOut
to hide,Click
to show dropdown list. - Support Keyboard event (
useKeyPress
hook):ShiftRight
: focus on input boxArrowUp
,ArrowDown
: open and select item in menuEnter
: add to shopping listEscape
: close dropdown menu
- Setting items amount
- Click item to striket it out and click Close button to delete item.
First, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
- SelectionMenu