# HG changeset patch # User Dennis C. M. # Date 1732093776 0 # Node ID fe300bd036e43a1ec1f4c24a4602ec1ee5773a12 # Parent 99313ca94e8bc2a6cda2207b474753c0c83c6808 Add images to readme diff -r 99313ca94e8b -r fe300bd036e4 .github/1.png Binary file .github/1.png has changed diff -r 99313ca94e8b -r fe300bd036e4 README.md --- a/README.md Tue Dec 12 09:01:01 2023 +0000 +++ b/README.md Wed Nov 20 09:09:36 2024 +0000 @@ -1,6 +1,12 @@ # lazybear -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. +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. + +I’ve built the backend in Python using Flask and store the data in a MySQL database. It is was hosted on AWS. -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. +It was a nice project and I learnt a lot. + +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. + +![alt text](.github/1.png) \ No newline at end of file