A beginner-friendly investing dashboard built for a college student with a small budget.
- Tracks a small stock portfolio from locally saved holdings.
- Fetches quote data through Vercel serverless routes when deployed.
- Shows a daily "stocks to research" list with plain-English reasons.
- Links to SEC filings and market pages for company research.
- Keeps a short daily investing lesson on the first screen.
This is educational software, not financial advice.
Open index.html directly, or run a static server from this folder.
For API routes, install and use Vercel CLI:
npm run dev- Push this folder to a new GitHub repository.
- Import the repository into Vercel.
- Keep the default static project settings. Vercel will detect the
api/serverless routes.