Skip to content

Instantly share code, notes, and snippets.

@motine
Created June 3, 2022 10:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save motine/1c24aa2d4b679ba1739e0b61b38a75a3 to your computer and use it in GitHub Desktop.
Save motine/1c24aa2d4b679ba1739e0b61b38a75a3 to your computer and use it in GitHub Desktop.
// https://www.frontendmentor.io/challenges/expenses-chart-component-e7yJBUdjwt
{
"spendings": {
"2022-05-30": 50.4,
"2022-05-31": 72.5,
"2022-06-01": 116,
"2022-06-02": 65.18,
"2022-06-03": 50.75,
"2022-06-04": 80,
"2022-06-05": 43.5,
},
"monthly_spending_history_in_reverse_order": [ 478.33, 467.12, 457.42, 391.33, 221.32, 601.98 ],
"starting_balance": 3538.98
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment