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
In SDV, users will be able to:
- Click on the map to select the state.
- Zoom in/out a map.
- Detailed view of statistics for the selected state.
- Historical bar chart for specific statistics (For example, US Population).
- HTML, CSS, Vanilla Javascript, D3, Webpack
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.

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:
-
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.

