https://github.com/bobbylight/stock-pick-challenge
Tracks a friendly stock picking competetion between my wife and me
https://github.com/bobbylight/stock-pick-challenge
vue
Last synced: 6 months ago
JSON representation
Tracks a friendly stock picking competetion between my wife and me
- Host: GitHub
- URL: https://github.com/bobbylight/stock-pick-challenge
- Owner: bobbylight
- Created: 2021-01-30T23:02:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-12-31T16:36:59.000Z (6 months ago)
- Last Synced: 2026-01-05T01:40:38.487Z (6 months ago)
- Topics: vue
- Language: Vue
- Homepage: http://stock-pick-challenge.s3-website-us-east-1.amazonaws.com/users/robert
- Size: 3.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stock-pick-challenge

A simple application to see who is the better stock picker, me or my wife.
## What it does
Currently it simply tracks a static set of stocks we picked at the beginning of the
year and allows us to compare the performance of our picks.
The app currently loads the data from flat files that must be regenerated each
trading data with that day's updates. A future update will update this data
in a batch job so things are hands-off.
## Project structure
* `app/` - The web application. Written in Vue and packaged with Vite
* `datagen/` - Scripts that fetch the data the app displays
See each subproject for more information.