Skip to content

aklee2106/speech_bubbles

Repository files navigation

Speech Bubbles

Live Site

Background and Overview

Speech Bubbles is an interactive data visualization application that takes a user input string of words and renders a bubble cluster representing the frequency of usage of the corresponding words. Bigger bubbles mean more common words.

Functionality and MVP

  • User inputs string of words and application renders bubble cluster
  • Application makes an API call for each word and fetches frequency
  • Prefill the input with a famous speech (ex) Gettsyburg Address)

Architecture/Technology

  • D3 library to render bubbles
  • WordsAPI to fetch frequency of word usage
  • Vanilla Javascript
  • Webpack
  • HTML/CSS

Implementation Timeline

  • Day 1: Research D3 and configure API calls
  • Day 2: Render Bubble cluster chart
  • Day 3: D3 edits, styling
  • Day 4: Bugs, and get project production-ready.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published