A real-time financial news sentiment dashboard that fetches headlines, analyzes sentiment with FinBERT, and visualizes trends alongside stock prices. Built with Next.js, Tailwind, and Vercel.
Stars
0
Forks
0
Watchers
0
Open Issues
1
Overall repository health assessment
^1.2.3^0.7.1^2.1.1^0.544.015.5.319.1.019.1.0^3.2.1^2.3.6^3.3.1^3.1.1^4.1.11^3^4^30.0.0^20.19.17^19^19^915.5.3^30.1.3^30.1.2^4^29.4.4^5^7.1.7^5.1.4^3.2.4^3.6.2032
commits
feat: add custom favicon for financial news dashboard
ecfb1a3View on GitHubfeat: enhance loading UX with dynamic messages and enforce dark theme
f39c175View on GitHubfix: guard against undefined sentiment in HeadlinesList to prevent runtime error
07f110eView on GitHubfeat: add NewsAPI rate limiting and in-memory caching
d32f5e4View on GitHubfeat: add Sentiment × Price chart with day-windowed NewsAPI orchestration
1d67f0bView on GitHubdocs: add initial README.md with setup, usage, and API docs
a557e45View on GitHubfeat(price): add caching, singleflight, and server-side rate limiting
e046cd4View on GitHubfix(price): return last N trading days instead of calendar cutoff
80ffc28View on GitHubfeat(ui): implemented accessibility, auto-refresh, and sentiment pie chart
8019da7View on GitHubfix(build): wrap useSearchParams in Suspense via PageClient; mark page dynamic
6a6d90aView on GitHub