Mercurial > public > lazybear
comparison README.md @ 469:fe300bd036e4
Add images to readme
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Wed, 20 Nov 2024 09:09:36 +0000 |
parents | 99313ca94e8b |
children | f6bb6fde1ff7 |
comparison
equal
deleted
inserted
replaced
468:99313ca94e8b | 469:fe300bd036e4 |
---|---|
1 | 1 |
2 # lazybear | 2 # lazybear |
3 | 3 |
4 Lazybear is my first iOS app and programming project. It was a stock tracker. You could save your favourite stocks, check their current price and the main financial ratios. Also you cold see a historical chart of the stock. I've built the backend API in Python using Flask and store the data in a mysql database. It was a nice project and I learnt a lot. | 4 Lazybear is my first iOS app and programming project. It is was a stock tracker app for iPhone, iPad, and Apple Watch written in Swift and SwiftUI. With Lazybear, you can save your favourite stocks, check their current and historic stock price and the main financial ratios. |
5 | 5 |
6 As a side note, I managed to actually publish the app to the App Store (it's no longer published). It was awesome to see your first app in the App Store. | 6 I’ve built the backend in Python using Flask and store the data in a MySQL database. It is was hosted on AWS. |
7 | |
8 It was a nice project and I learnt a lot. | |
9 | |
10 After two rejections from Apple, I managed to finally publish the app to the App Store * (it’s no longer published). It was awesome to see my first app in the App Store. | |
11 | |
12  |