Skip to content

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.

License

Notifications You must be signed in to change notification settings

mohitajwani/SpectrumApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Spectrum App

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.

OVERVIEW:

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.

GOALS:

  1. Fetch a list of company and members (each member belongs to a company)
  2. Items must contain:
  • Company: name , logo , website, company description
  • Member: name, age, phone, email, age
  1. Each list should appear in a separate view .

Members LIST:

  1. List must support the ability to sort by age/name and both with ascending, descending.
  2. Search by member name
  3. Mark a member as favorite

Company LIST:

  1. User should be able to sort company list based on Name ascending, descending.
  2. Search by Company name
  3. Mark a company as favorite
  4. Follow a company

Layout should be user friendly and following Apple/Android design guides.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published