|
|
|
|
|
by sircon
1962 days ago
|
|
And I made it open source if you want to take a look: https://github.com/sircon/onethousand I used Yahoo Finance hidden API for all stock related stuff, Next.js + Vercel and a lot of Tailwind CSS love! Hit me if you have any questions or feedback! |
|
1. You have this grid with a few big company names on the right. When you click, it shows you a number and some other information. I feel like, when you click again, it should take you back to that grid, or you could have an "X" in the top-right corner to close that information and get back to the grid (home page). Right now you have to use the back browser button, which feels awkward.
2. To maximize the FOMO, you should show a graph of the stock price over time, which of course would look exponential. You can download that information in CSV format from yahoo finance. You probably don't need it to be updated everyday. You will need to adjust for stock splits.