Mercurial > public > lazybear
comparison README.md @ 467:bd6c73dab666
Change info files
author | Dennis <dennis@denniscm.com> |
---|---|
date | Fri, 11 Aug 2023 17:52:54 +0000 |
parents | 18a0034c6f2a |
children | 99313ca94e8b |
comparison
equal
deleted
inserted
replaced
466:18a0034c6f2a | 467:bd6c73dab666 |
---|---|
1 # lazybear [ARCHIVED] | 1 |
2 # lazybear | |
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. | |
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. | |
7 | |
8 - Docs: <https://denniscm.com/proj/lazybear.html> | |
9 - Main repo on SourceHut: <https://git.sr.ht/~denniscmartin/lazybear> | |
10 - Mirrors: | |
11 - Github: <https://github.com/denniscmartin/lazybear> | |
12 - Gitlab: <https://gitlab.com/denniscmartin/lazybear> | |
13 |