This project was bootstrapped with Create React App.
git clone https://github.com/jtowe1/dca-dashboard.git
cd dca-dashboard
npm install
The site expects a csv file to be here
public/data/transfers.csv
And have this structure
Event,Date,Timezone,USD,Unit Count,BTC Price
purchase,2021-03-18 16:51:02+00,UTC,50.00,0.00083946,59562.10
purchase,2021-03-25 17:03:14+00,UTC,50.00,0.00097714,51169.74
purchase,2021-04-01 17:13:07+00,UTC,50.00,0.00085221,58670.98
Note: If you use the Swan Bitcoin DCA service, the csv you can download is already in this format.
npm run start
Open http://localhost:3000 to view it in the browser.