Bloomberg is behind paywall so I create my own investment tracker.
Definitely a backend that serve your purpose, as most backend need to use API key to get the data, so I will leave the backend to your imagination.
What WEB APP AGAIN? 😡
Yes, and why not, it's buggy, the keyboard sometimes dissapear, the render sometimes doing funky stuff, but you just need to close the web app and reload again and it works. And when you have changes, it will automatically push without any needed for use (a.k.a me) to re-install the application.
Is it BUGGY? Yes ✔️
Is it CONVENIENCE? Yes ✔️
And since I am the only who using it, then the person who will blame and be blamed will be just me only, so Web App it is.
Sure, just try compile it to native as this is using Flutter so you can do what you want.
Here you can see all the watchlist of all your investment, and see whether the status is Green (good you gain profit), or Red (good, more chance to buy low).
If you tap the watchlist item it will expand, and show you all the detail from that watchlist (if any):
Each of the watchlist item also a slideable widget, so you can slide it to see options to:
- Add new detail
- View watchlist detail
- View company detail
- Delete watchlist
In here you can also "Add Symbol" to add ticker/symbol of your investment
Search Symbol | Search Symbol Result | Add Symbol |
---|---|---|
![]() |
![]() |
![]() |
If you double tap the watchlist, you will automatically route to the watchlist information:
Each the watchlist detail item also a slideable widget, where you can perform Edit or Delete the watchlist detail using the action button on the slideable:
You can also use the Add Detail button on the page to add detail item on the watchlist.
Add Detail | Edit Detail |
---|---|
![]() |
![]() |
In favourites page, it will show you all the symbol/ticker that you interested in. To add favourites, you can tap the ➕ button, which will direct you to the Favour List page.
Favourites | Favourites List |
---|---|
![]() |
![]() |
When you tap favourites item, or cliek the (...) on the watchlist slideable, it will direct you to the Company Detail page, which will show you all the information for the company:
Same as Favourites, but instead it will show you the Indices information, and when you tap the item it will open the Index Detail page that will showed you all the information on that particular indices.
Index List | Index Detail |
---|---|
![]() |
![]() |
On the user page, you can edit the Risk Factor, which will be used to calculate the "Green" or "Red" marked on each item on this application. The more the Risk Factor, it means that you able to bear lose for more, and less Risk Indicator it means that we want to play it "safe" instead push it to the limit.
User | Risk Factor |
---|---|
![]() |
![]() |
That's all folks...now go off create the backhend...😁