Skip to content

M8825/Stately

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

State Data Visualization

State Data Visualization (SDV) is a tool for visualizing economic and demographic statistics of the United States. For each state, it displays GDP, population, area (in sq mi), unemployment rate, and more. SDV presents the user with a map of the United States. Upon selecting a specific state, the tool fetches that state's unique data from various sources. After fetching the data, it dynamically renders the information, highlighting and zooming into the chosen state on the map

Main Wireframe

"Wireframe"

Functionality and MVPs

In SDV, users will be able to:

  1. Click on the map to select the state.
  2. Zoom in/out a map.
  3. Detailed view of statistics for the selected state.
  4. Historical bar chart for specific statistics (For example, US Population).

Technologies & Libraries

  • HTML, CSS, Vanilla Javascript, D3, Webpack

Modal/Info window

The Modal is a customizable and accessible overlay component designed to display concise instructions and highlight the core functionalities. It serves as an immediate point of reference for users to understand the functionality and navigate in the app. "Modal"

Map

Users can click on any state on the map, and relevant economic/demographic data will be displayed for the selected US state. Stately fetches publicly available data from the following sources:

"Map"

Implementation Timeline:

  • Friday Afternoon & Weekend:

    • Setup project, including getting webpack up and running.
    • Create map, state, classes, and ensure that my data is being fetched properly.
    • Get zoom in and zoom out functionality.
  • Monday:

    • Build a UI skeleton and create a theme.
  • Tuesday:

    • Implement bar chart and map (unemployment, GDP per capita, etc.)
  • Wednesday:

    • Create a statistics table.
  • Thursday:

    • Polish design and deploy to GitHub pages.

About

US state-specific data visualization tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors