Simple Vue 3 web application for a user to add basic stock tickers to a dashboard. Based on the foreUP stock watcher spec, but also includes a dark theme I created that is activated when your device is set to dark mode.
I have also made a Svelte version of this app.
- GOOG
- YHOO
- AIG
- UWTIF
- DWTIF
- GRPN
VSCode + Volar (and disable Vetur).
See Vite Configuration Reference.
npm install
npm run dev
npm run build
Lint with ESLint
npm run lint
- Is the mobile view of the stock supposed to be a clean division between the left and right side, or is each corner of the box independent? How is the maximum length of the stock names determined?
- Should the percent change always display to two decimal points or as few as are required?
- Any styles for states such as hover or focus?