Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-15T23:02:23.000Z (about 2 years ago)
- Last Synced: 2023-03-04T01:37:25.898Z (almost 2 years ago)
- Topics: circle-packing, d3, react, tag-cloud
- Language: TypeScript
- Homepage: https://lindapaiste.com
- Size: 1.52 MB
- Stars: 2
- Watchers: 2
- 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.