Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Build Data Visualizations with D3.js & Firebase
Highest Rated
Rating: 4.7 out of 5(1,711 ratings)
18,129 students

Build Data Visualizations with D3.js & Firebase

Learn how to use D3 (v5) & Firebase (Firestore) to create dynamic SVG data visualizations. Bar charts, pie charts...
Last updated 9/2021
English

What you'll learn

  • Learn D3 JS & Firebase (Firestore) from the ground up
  • Create data-driven visualizations (graphs, charts, diagrams) with D3 JS
  • Store (and retrieve) data in a real-time database called Firestore (from Firebase)
  • Updata data visualizations in real-time with Firestore
  • Create 3 projects with D3 and Firebase (Firestore)

Course content

15 sections107 lectures10h 23m total length
  • Introduction3:23
  • Examples of D3.js on the Web3:13

    In this video we'll look at some examples of data visualizations on the web, which have been made using the D3.js library.

  • Text Editor & Packages2:26

    Here I'll show you which code editor I'll be using for the course (VS code) as well as some of the packages I'll be using for VS Code too.

  • Course Files0:46

    Here I'll show you how to access all of the course files from the course repository on GitHub.

  • Extra Resources0:46

    If you need extra help with some JavaScript topics (or HTML, CSS & Firebase), I'll show you where to get access to additional free tutorials.

Requirements

  • A basic to moderate level of JavaScript
  • A basic to moderate level of HTML
  • A basic to moderate level of CSS

Description

Learn how to create great-looking data visualizations with D3.js

D3.js is a powerful JavaScript library used to create data visualizations easily. In this course I'll teach you how to harness the power of D3 to create a variety of different data-driven visualizations such as bar charts, pie charts, line graphs,  bubble packs and tree diagrams.

We'll learn about D3 select, changing SVG attributes & styles, scales, axes, transitions, hierarchial data and much more...

Use Firebase Firestore to update your D3.js diagrams in real-time

I'll also teach you how to use Firestore (from Google Firebase) - a real-time NoSQL database in which we can store our data. We'll use this to power our D3.js visualizations in real-time (without updating the browser) and to make them interactive, fun & dynamic.

We'll also be creating 3 projects to put our D3 & Firebase skills to the test - first of all a money planner called Ninja Wonga, then a fitness tracker called The Dojo and finally a company employee tree diagram called Ninja Corp.

...Why all the ninjas?

I'm also known as the Net Ninja on YouTube, with over 200,000 subscribers and nearly 1000 free development tutorials. Feel free to check out my teaching style there before you a buy my course :).


Who this course is for:

  • Developers wanting to build data-driven UI diagrams with JavaScript
  • Developers wanting to learn d3 and firebase
  • Developers wanting to learn about data visualization
  • Developers wanting to create SVG diagrams with d3
  • Developers wanting to use firebase to drive their d3 diagrams