Stock Monthly Revenue
Website: https://stock-monthly-revenue.vercel.app
GitHub: https://github.com/mark-lauq/stock-monthly-revenue

一款实时获取某只股票,每月营收/单月营收年增率以及详细数据表格的 Web 应用,数据支持按日期筛选,图表支持鼠标悬浮弹窗。 Fetching Data 通过在 Client Component 侧请求第三方 API 进行。通过 MUI Theme 系统定制了风格主题。使用 Next.js 的 Parallel Routes 架构通过 Slots 进行页面拼接。图表悬浮窗通过 MUI X-Charts 提供的 API 实现 Customized
Tech Stack
Frontend:TypeScript@5Next.js@15React@19MUI@7