https://github.com/chauxvive/fccbarchart
An interactive D3.js bar chart visualizing US GDP growth over time. Built as part of FreeCodeCamp’s Data Visualization certification.
https://github.com/chauxvive/fccbarchart
d3 d3js data-visualization dataviz
Last synced: about 1 month ago
JSON representation
An interactive D3.js bar chart visualizing US GDP growth over time. Built as part of FreeCodeCamp’s Data Visualization certification.
- Host: GitHub
- URL: https://github.com/chauxvive/fccbarchart
- Owner: chauxvive
- Created: 2024-11-22T17:35:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-22T20:48:08.000Z (over 1 year ago)
- Last Synced: 2025-02-22T21:27:58.359Z (over 1 year ago)
- Topics: d3, d3js, data-visualization, dataviz
- Language: JavaScript
- Homepage: https://chauxvive.github.io/FCCBarChart/
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# FCC Bar Chart 📊
An **interactive D3.js bar chart** visualizing **U.S. Gross Domestic Product (GDP) growth** over time. Built as part of FreeCodeCamp’s Data Visualization certification.
[🔗 **Try it out here**](https://chauxvive.github.io/FCCBarChart/)
---
## 🔹 The Project
This bar chart displays **quarterly U.S. GDP data** from 1947 to the present, providing a clear visual representation of economic trends. Users can hover over bars to see the exact GDP value for each quarter.
---
## 🔹 Features
- **Interactive tooltips** displaying GDP values and dates
- **Scalable and responsive** design
- **Accurate data sourced from government records**
---
## 🔹 Technologies Used
- **D3.js** (Data visualization)
- **JavaScript/ES6** (Core logic)
- **HTML5 & CSS3** (Styling and structure)
---
## 🔹 How to Run Locally
1. **Clone the repository**
```git clone https://github.com/chauxvive/FCCBarChart.git```
2. **Navigate to the project folder**
```cd FCCBarChart```
4. **Install dependencies**
```npm install```
6. **Start the development server**
```npm run dev```
8. **Open the app in your browser**
Visit:
```http://localhost:5173/```
---
## 🔹 Who Am I?
I’m a **Software Developer & Marketing Specialist** from Connecticut, open to new roles in **development, project management, and design-driven tech solutions**.
📩 **Let’s connect!** [LinkedIn](https://www.linkedin.com/in/mpauldesigns/) | [GitHub](https://github.com/chauxvive)
---
💡 **Suggestions or bug reports?** Open an issue or submit a PR! 🚀