Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/saelsa/dubois-project
- Owner: saelsa
- Created: 2024-03-20T07:10:03.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-07T13:59:07.000Z (7 months ago)
- Last Synced: 2024-04-07T14:37:49.711Z (7 months ago)
- Topics: d3, svelte, tailwind
- Language: Svelte
- Homepage: https://du-bois-challenge.netlify.app/
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```