This is a small dashboard view to display the value of cryptocurrencies and record trading activity. A portfolio view is displayed with position valuation. Positions can be traded in and out, with a running total P&L displayed alongside the portfolio.
The app is single-page and uses the Svelte framework. AWS Lambdas are deployed to allow serverless access to DynamoDB storage. The lambda code is supplied in the main branch to allow deployment.
This project is licensed under the MIT License - see the LICENSE.md file for details