https://github.com/lindapaiste/so-tag-bubbles
For my personal website. An interactive tag cloud of my top technologies based on StackOverflow answer tags.
https://github.com/lindapaiste/so-tag-bubbles
circle-packing d3 react tag-cloud
Last synced: about 1 month ago
JSON representation
For my personal website. An interactive tag cloud of my top technologies based on StackOverflow answer tags.
- Host: GitHub
- URL: https://github.com/lindapaiste/so-tag-bubbles
- Owner: lindapaiste
- Created: 2021-05-21T21:24:50.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-15T23:02:23.000Z (over 3 years ago)
- Last Synced: 2025-03-14T10:11:41.691Z (over 1 year ago)
- Topics: circle-packing, d3, react, tag-cloud
- Language: TypeScript
- Homepage: https://lindapaiste.com
- Size: 1.52 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stack Overflow Top Tag Bubbles
A visualization of my top answer tags on StackOverflow.
Calculations with D3. Rendered using `div` elements in React.
Prior art: [d3 React Bubble Chart](https://codesandbox.io/s/92lfm) by Erik Escoffier, [Zoomable Circle Packing](https://observablehq.com/@d3/zoomable-circle-packing) by
Mike Bostock.