React app about interacting with graphics and interact with them.
This app is fetching data from a API, reduce it to interactions per sector and showing the percentage of those. It is possible to sort (including reverse) and when a sector get highlighted, that sector is also highlighted on the charts (available doughnut and bar chart).
This app is 100% responsive and 100% accessible and works in dark mode.
- Clone the repository and open it in your preferred source code editor.
- Open your terminal and navigate to the project folder: cd substantive-research/my-app
- Install the necessary dependencies: npm install
- Run the application: npm start


