Skip to content

SwiftUI app that fetches a list of companies, sort them by their share price and can show its details on a separate view

License

Notifications You must be signed in to change notification settings

illescasDaniel/99StocksSwiftUI

Repository files navigation

99Stocks-SwiftUI

Swift version license

Little project that fetches a list of companies, sort them by their share price and can show its details on a separate view.

Note: This project fetches data from an endpoint that seems to be no longer available, so this project just serves a my first little adventure with SwiftUI :)

Technical Features

  • SwiftUI | Latest Apple multiplatform UI framework
  • Combine | Declarative API for processing values over time (similar to RxSwift)
  • Sourcery | A utility for code generation from custom templates
  • Swiftgen | A utility for code generation from app assets (in this case, Localizable.strings)
  • CSV2Localizables | Small personal tool to generate from a CSV a Localizable.strings file for each language
  • @propertyWrapper | Annotate properties and do magical things ;). Check my article about it.

Screenshots

Demo Video HERE

Resources

About

SwiftUI app that fetches a list of companies, sort them by their share price and can show its details on a separate view

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages