An application that will display the list of companies and list of members in the club. A club contains Companies and each company has members attached to it.
A club contains Companies and each company has members attached to it. Create an application that will display the list of companies and list of members in the club.
- Fetch a list of company and members (each member belongs to a company)
- Items must contain:
- Company: name , logo , website, company description
- Member: name, age, phone, email, age
- Each list should appear in a separate view .
- List must support the ability to sort by age/name and both with ascending, descending.
- Search by member name
- Mark a member as favorite
- User should be able to sort company list based on Name ascending, descending.
- Search by Company name
- Mark a company as favorite
- Follow a company
Layout should be user friendly and following Apple/Android design guides.