This is the assignment of me, Noah Göpel.
This repository contains the bare-bones files to start up and solve the second assignment of the DataVis course at TU Dresden.
It also contains the sample cars.csv dataset -- remember, it contains some errors!
Pre-requisite: Node.js. Install serve using:
npm install serve --global
And start the application using
serve -p 8000
You should then be able to see your website at http://localhost:8000.
Note: feel free to explore other development environments such as Vite, Flask (python), etc.
Feel free to make extensive use of your browser's development tools!
In chrome-based browsers, you can simply use Ctrl+J to open the browser console, which will show all the console.log and similar that you write in the code.