This app demonstrates the reactive side of Svelte, the newest framework that combines the best of both React and Vue. The app allows the user to visualize their portfolio. Data for the portfolio is accessed from Yahoo Finance using a serverless API deployed on Google Cloud Functions. The repo for the API can be accessed here: https://github.com/jawadshuaib/Yahoo-Finance-API-for-Serverless-Computing
Execute the code using the following commands:
npm run dev
To create a production version, simply execute the following:
npm run build
You can preview the production build with npm run preview
.