https://github.com/nicksinclair/trader-doug
https://github.com/nicksinclair/trader-doug
nextjs react shadcn-ui stock-api stocks tailwindcss
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nicksinclair/trader-doug
- Owner: nicksinclair
- License: mit
- Created: 2025-01-19T19:31:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-22T03:25:29.000Z (over 1 year ago)
- Last Synced: 2025-02-22T04:21:58.143Z (over 1 year ago)
- Topics: nextjs, react, shadcn-ui, stock-api, stocks, tailwindcss
- Language: TypeScript
- Homepage: https://traderdoug.dev
- Size: 653 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Trader Doug
A stock tracking and news app that I created for my dad (_the_ Trader Doug himself).
## Background
I created this app as a way to learn more about the [Polygon.io stocks and reference data API](https://polygon.io/stocks).
This was inspired by my dad, who is a CPA that frequently checks how individual stocks are performing using a variety of different sources. I wanted to create an experience that allowed him to specify tickers and view the data in an easy to read format.
## Features
- View daily aggregate stock data in a chart or table format
- Select specific tickers to view on your dashboard
- Filter daily aggregates by date range
- Access news articles about each stock
## Getting Started
```bash
git clone https://github.com/nicksinclair/trader-doug.git
cd trader-doug
npm i
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.