Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saelsa/dubois-project

Weekly visualization challenge by the Data Visualization Society (DVS)
https://github.com/saelsa/dubois-project

d3 svelte tailwind

Last synced: 14 days ago
JSON representation

Weekly visualization challenge by the Data Visualization Society (DVS)

Awesome Lists containing this project

README

        

# DU BOIS VISUALIZATION CHALLENGE 2024

A project to recreate the visualizations of black american activist Du Bois that were presented in Paris in 1900. The weekly challenges are organized by the [`DVS`](https://www.datavisualizationsociety.org/news/2024/2/2/advance-your-data-viz-skills-with-the-weekly-2024-du-bois-visualization-challenge).

## Run the project locally

Installed dependencies with `npm install` (or `pnpm install` or `yarn`), and start a development server:

```bash
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open
```