This repository contains my submissions for the #30DayChartChallenge, a community-driven data visualization challenge that runs every April. Participants create one chart per day based on a set of prompts organized into different categories.
The charts are published as a Quarto website using GitHub Pages. You can view the website here.
2025/: Contains the individual Quarto documents for each day's chartdata/: Contains datasets used for the visualizations if needed (not included in the git repository)images/: Contains static images and resources.github/workflows/: Contains the GitHub Actions workflow for automatic deployment
- Clone this repository
- Install R dependencies:
install.packages(c("rmarkdown", "knitr", "ggplot2", "data.table", "sf", "patchwork", "ggtext", "waffle", "forcats"))
- Install Python dependencies:
pip install -r requirements.txt
To preview the website locally, run:
quarto previewThe website is automatically built and deployed to GitHub Pages when changes are pushed to the main branch. The GitHub Actions workflow handles the installation of dependencies and building of the Quarto website.
The code in this repository is available under the MIT License.