Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 451 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 451 Bytes

Portfolio

A simple Swift based sample iOS app that tracks a user's stock portfolio.

Features

  • Retrieves and displays stock information from a web service.
  • Capable of displaying and managing separate Portfolio (includes share count to track value) and Watch List stock position collections.
  • Capable of switching between Light and Dark themes.
  • Allows user to drag and drop stock positions within a collection.
  • Includes unit and UI tests.