GoShip
How It WorksChallengesPricingEmployers
Sign InGet Started
0developers
0companies
0assessments scored
How It Works
|Pricing
|Challenges
|Employers
|Privacy
|Terms
GoShip© 2026
Get updates
Twitter·GitHub
Systems nominal
BUILDMID

Build a Real-Time Stock Ticker

60 minutes
0 completed
reactchartswebsocketsfinancial-data

Description

Build a Real-Time Stock Ticker

Build a real-time stock price dashboard with live charts, watchlists, and price alerts.

Requirements

  • Search and add stocks to a watchlist
  • Live price updates via WebSocket or polling (use a free API or mock data)
  • Candlestick or line chart for each stock (1D, 1W, 1M, 1Y views)
  • Price change indicators: green for up, red for down, with percentage
  • Price alerts: set a target price and get notified when reached
  • Portfolio view: enter how many shares you own, see total value
  • Responsive grid layout for multiple stocks
  • Technical Notes

    For free real-time data, use Finnhub WebSocket or mock data with realistic price movements. Chart rendering with Recharts or Chart.js.

    Bonus Points

  • Sparkline mini-charts in the watchlist
  • News feed per stock
  • Dark/light theme toggle
  • You will be guided through MCP setup before the timer starts