https://github.com/cl3880/final-project-deployment-cl3880
https://miniature-yodel-6p59w7pw59pf4765-3000.app.github.dev/ticker
Enter any stock ticker symbol (e.g., AAPL, MSFT, SPY) to view options data.
https://miniature-yodel-6p59w7pw59pf4765-3000.app.github.dev/watchlist
The watchlist form allows adding/removing tickers from personal watchlist. No authentication required - using a test user currently.
- Chart.js Implementation: https://github.com/nyu-csci-ua-0467-001-002-spring-2025/final-project-deployment-cl3880/blob/master/public/javascripts/price-chart.js
- AJAX Implementation: https://github.com/nyu-csci-ua-0467-001-002-spring-2025/final-project-deployment-cl3880/blob/master/public/javascripts/ticker-search.js
- External API: https://github.com/nyu-csci-ua-0467-001-002-spring-2025/final-project-deployment-cl3880/blob/master/src/app.mjs#L203-L353