Web-based visualization for the Data Systems Project @uva for the Police Academy
Digital dashboard for analysts at the Police Academy to allow to filter and explore the datasets. Project structure built with SvelteKit and charts created with Chart.js.
Make sure you have node and npm installed on your machine.
# start a development server with hmr
npm run dev
# build a statis version of the site
npm run build
Live version of the application is hosted on Netlify which uses the auto adapter for deployment.
├── src # Svelte root folder
│ ├── components # Svelte components
│ ├── datasets # Raw .json files for data
│ └── routes # Dashboard pages
├── static # Fonts, images etc.
└── README.md
Unless stated otherwise, code is [MIT][mit] © Danny de Vries & docs and images are CC-BY-4.0.