Skip to content

uvadsp/visualization

Repository files navigation

UVA Data Systems Project

Web-based visualization for the Data Systems Project @uva for the Police Academy

GitHub banner

Description

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.

Install

Prerequisites

Make sure you have node and npm installed on your machine.

Running

# 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.

Project Structure

├── src                   # Svelte root folder
│   ├── components        # Svelte components
│   ├── datasets          # Raw .json files for data
│   └── routes            # Dashboard pages
├── static                # Fonts, images etc.
└── README.md

License

Unless stated otherwise, code is [MIT][mit] © Danny de Vries & docs and images are CC-BY-4.0.