Skip to content

HackStyx/portfolio-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.