Just a fun little react & plotly project on the side.
This GitHub repository is a small overview dashboard designed to track personal net worth. It provides an interface to monitor various asset types, including currency, commodities, stocks, and tangible assets. Currently, the project is intended to be run locally, serving as a personal curiosity project for exploring the capabilities of Plotly.js and CSS grid.
To update the asset values displayed on the dashboard, you can modify the data located in the /src/data directory.
The overall net worth is calculated automatically, as are the worst and best performing assets types.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.