Skip to content

liaowow/baby-names

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

Baby Name Blossoms

Introduction

Baby Name Blossoms is a data visualization project inspired by filmflowers. It is a single-page application built with React App and with implementation of D3.js.

Visualization

Based on the data from ssa.gov, this project visualizes top 10 girl and boy names in the USA over the past 10 decades.

  • Each name is represented with a flower
  • The number of petals in each flower represents the popularity of the name
  • The colored circles inside each flower reflect the vowels of the name: 'a', 'e', 'i', 'o', 'u', and 'y'. For example, Emma has two circles, which reflect the letters 'E' and 'a'.