Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/obioraigboanusi/transactions-heatmap-chart
This app gives a visual representation of when people transact the most throughout a year using a heatmap(Matrix chart).
https://github.com/obioraigboanusi/transactions-heatmap-chart
css-in-js data-visualization jsx reactjs styled-components typescript
Last synced: about 3 hours ago
JSON representation
This app gives a visual representation of when people transact the most throughout a year using a heatmap(Matrix chart).
- Host: GitHub
- URL: https://github.com/obioraigboanusi/transactions-heatmap-chart
- Owner: obioraigboanusi
- Created: 2022-10-25T15:43:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-27T06:07:19.000Z (about 2 years ago)
- Last Synced: 2024-04-28T07:49:00.663Z (7 months ago)
- Topics: css-in-js, data-visualization, jsx, reactjs, styled-components, typescript
- Language: TypeScript
- Homepage: https://transactions-heatmap.netlify.app
- Size: 480 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Financial Transactions Heatmap
## Overview
This app gives a visual representation of when people transact the most throughout a year using a heatmap(Matrix chart). It pulls data from a json dump containing financial transactions of several
individual companies to generate to populate the chart.![Financial Transactions Heatmap](/public/transactions-carter.png)
The “redder” highlights the higher negative accumulated transaction value for that day while the
“greener” highlights the higher positive accumulated transaction for that day. The sum of the debit and credit value makes up the net value for the day.## Available Scripts
How to Use:
In the directory of a clone copy of this app, you can run:
### `yarn Install`
This installs the application dependencies.Then run:
### `yarn start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.NB: Node Version : 16.13.0.