- data contains the dataset in CSV or JSON format
- sample.csv contains an example dataset
- src contains the CSS and JavaScript of your implementation
- main_old.js contains a small D3 example, which loads the CSV file and display it as a table
- style.css contains the styles for the visualization
- web_modules contains external libraries (e.g., D3)
- index.html entry point of the dashboard (see below how to run it)
You can replace the sample.csv and the main_old.js with your dashboard solution.
Recommendation:
- Visual Studio Code
- Live Server extension
- Open repository directory in VS Code
- Click Go Live in the status bar
- Open browser at http://localhost:5500/code/index.html
- Run test server (see above)
- Set breakpoint in JavaScript file
- Start debugging with F5