JobQuest Visualization is an interactive data visualization project that explores job opportunities, salary trends, and demand for roles across the United States. This project provides insights into job market demographics, trends, and projections using intuitive visualizations powered by D3.js.
The website features multiple sections, including a choropleth map, bar charts, and bubble charts, to allow users to explore and analyze job-related data interactively.
- Website URL: JobQuest Visualization
- Screencast Video: YouTube Link
This project includes the following components:
-
HTML:
- Contains the structure of the website and defines sections like navigation, visualizations, and footer.
- Main file:
index.html
-
CSS:
- Handles the styling of the website, including the navbar, charts, tooltips, and layout.
- Main file:
style.css
-
JavaScript:
- Implements interactive visualizations using D3.js and TopoJSON.
- Main file:
main.js
-
Data Files:
- The
data
directory contains datasets used for creating the visualizations.
- The
The following external libraries were used:
- D3.js: For creating interactive visualizations.
- TopoJSON: For handling geographical data used in the choropleth map.
- Home:
- Introduction to the project and its purpose.
- Demographics:
- Choropleth map showing job densities across the United States.
- Tooltips with detailed state-level information.
- Job Trends:
- Multi-line charts displaying monthly job opening rates over the years.
- Job Type Projections:
- Bubble charts showing projected growth rates for tech jobs.
- Statewise Top Jobs:
- Bar charts depicting the most popular job roles for selected states.
- Video Section:
- A menu link opens a screencast video demonstrating the project's features.
-
Dynamic Tooltips:
- Hover over elements to reveal detailed information like job counts, salaries, and trends.
-
Dropdown Menu:
- In the bar chart section, users can select different states from a dropdown menu to view specific job roles.
- In the single-line chart section, users can select a year from a dropdown menu to view job opening rates for that specific year.
-
Highlighting & Transitions:
- In the bubble chart, hovering highlights bubbles and displays detailed job data.
- In the multi-line chart, hovering highlights a line with a tooltip, and clicking isolates a specific year's trend.
- Navigate to the website using the provided URL.
- Use the navigation bar to explore different sections of the visualization:
- Demographics: Hover over the map to see job data by state.
- Job Trends: Explore trends using interactive line plots.
- Statewise Top Jobs: Select states to view bar charts of top roles.
- Video: Watch a screencast video for a guided walkthrough.