Project Description:
We require an interface to display groups and subgroups. The use of Twitter Bootstrap and JavaScript is mandatory. For the project, the groups should display as: GroupA, GroupB, GroupC and GroupD. We firstly require the user to have the ability to select a group. Once the user has selected a group, the subgroups should be displayed. The subgroups are as follows:
. GroupA - SubA1, SubA2
. GroupB - SubB1, SubB2, SubB3
. GroupC - SubC1
. GroupD - SubD1, SubD2, SubD3, SubD4
The user should have the ability to select a subgroup. When the user has selected a group, a message similar to the following should be displayed using a JavaScript console.log statement:
'You have selected GroupC'
When a user has selected a subgroup, a message similar to the following should be displayed using a JavaScript console.log statement:
'You have selected SubD4 from GroupD'
Our focus is on an intuitive design and ease of use.