Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.08 KB

File metadata and controls

39 lines (28 loc) · 1.08 KB

Portfolio Tracker

A modern portfolio tracking application built with React, Vite, and Supabase.

🚀 Deployment Status

Features

  • Real-time stock tracking
  • Portfolio management
  • Watchlist functionality
  • Market calendar
  • News integration
  • Dark/Light theme
  • Responsive design

Tech Stack

  • Frontend: React 18, Vite, Tailwind CSS, Tremor UI
  • Backend: Node.js, Express.js
  • Database: Supabase (PostgreSQL)
  • Authentication: Supabase Auth
  • Stock Data: Finnhub API
  • Deployment: Vercel (Frontend), Render (Backend)

Getting Started

  1. Clone the repository
  2. Install dependencies: npm install
  3. Set up environment variables (see .env.example)
  4. Start development server: npm run dev

Documentation

See DEPLOYMENT_GUIDE.md for detailed deployment instructions.