467
|
1 # lazybear
|
|
2
|
471
|
3 Lazybear is my first iOS app and programming project. It is was a stock tracker
|
|
4 app for iPhone, iPad, and Apple Watch written in Swift and SwiftUI. With
|
|
5 Lazybear, you can save your favourite stocks, check their current and historic
|
|
6 stock price and the main financial ratios.
|
469
|
7
|
471
|
8 I’ve built the backend in Python using Flask and store the data in a MySQL
|
|
9 database. It is was hosted on AWS.
|
467
|
10
|
469
|
11 It was a nice project and I learnt a lot.
|
|
12
|
471
|
13 After two rejections from Apple, I managed to finally publish the app to the
|
|
14 App Store * (it’s no longer published). It was awesome to see my first app in
|
|
15 the App Store.
|
469
|
16
|
471
|
17 
|