npm install -g create-elm-app
elm-app start
- There are 4 dropdown menus in the page one for each of the sections (the four sections are called: overall, category 1, category 2, and category 3)
- Each dropdown has a list of options (~10), each of which can be selected and de-selected through a checkbox
- Each dropdown can be opened by clicking on it
- Clicking anywhere outside of the dropdown should close it
- Selecting/deselecting a checkbox should not close the dropdown
- Selected options should show as text in the respective section
- Manually control responsive with
classifyDevice
! 📲