This is a simple Vue 3 Composition API application to help familiarise myself with the upcoming changes in Vue 3. For more information check out this great post on the Vue 3 Composition API by Vue Mastery.
- Select a stock by searching for it's symbol.
- Enter a date range to see the stock history.
- Enter a dollar amount that you have / should have / could have invested.
- A chart is created showing how much money you could have made or lost.
- Vue 3 Cli
- Vue 3 Composition API
- Stock Symbol Search with Yahoo Finance
- Stock market API ( click here to sign up for an API key )
- VS Code
- ☕️, 🍪, 🍌, 🍏
npm install
npm run serve
npm run build
npm run lint