https://github.com/sillyash/untappd-viz
A data visualisation page using public datasets and HTML/CSS/JS with D3.js.
https://github.com/sillyash/untappd-viz
beer beer-statistics data data-analysis data-visualization kaggle kaggle-dataset public-dataset school-project
Last synced: about 1 month ago
JSON representation
A data visualisation page using public datasets and HTML/CSS/JS with D3.js.
- Host: GitHub
- URL: https://github.com/sillyash/untappd-viz
- Owner: sillyash
- License: gpl-3.0
- Created: 2025-05-14T07:34:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-23T08:04:47.000Z (12 months ago)
- Last Synced: 2025-09-23T06:43:09.341Z (9 months ago)
- Topics: beer, beer-statistics, data, data-analysis, data-visualization, kaggle, kaggle-dataset, public-dataset, school-project
- Language: JavaScript
- Homepage:
- Size: 352 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# untappd-viz
A data visualisation page using public datasets and HTML/CSS/JS with D3.js.
## The dataset
The dataset was made by Gruntoff, and made available on Kaggle.
It provides data from the [Untappd App](https://untappd.com/), a beer rating app used around the world.
- [Untappd Checkins - Gruntoff](https://www.kaggle.com/datasets/gruntoff/untappd-checkins)
This dataset compiles all the check-ins made between 2017 and 2020 in eastern Europe,
mostly in Bielorussia and Balkans.
## The website
The website uses [DaisyUI](https://daisyui.com/) components, [TailwindCSS](https://tailwindcss.com/)
for styling and of course [D3.js](https://d3js.org) for the graphs.
No package manager needed, no framework, it's all using CDN imports.