practical task for https://www.modustech.com/
this was to create an api to fetch list from db and implement an multi checkbox in angular
- Take three LISTBOXs [Windows or WEB Application]
- Get values from Database and FILL in all the three LISTBOXs
- Make sure all LISTBOXs has same values
- Now if we select value in LISTBOX A, then it should automatically DESELECT the value from LISTBOX B or LISTBOX C if already selected.
- Same function applies for LISTBOX B and LISTBOX C
- Print result of LISTBOX Selection in Textbox
- We should be able to select more than one value in each LISTBOX