Ben's Dashboard

YouTube Subscribers

34,222,111


YouTube Views

11,222,000


YouTube Videos

47


GitHub Forks

354


GitHub Repos

56


GitHub Followers

476


Total Miles Run

34175.40


Total Runs

4,789


Total Time

9293.34


These numbers are not accurate. This dashboard was for tutorial purposes only. If you are using this as your own dashboard and using your own API keys, it works.

Ex: const numProjects = data?.numProjects ?? 56

The data is fetched as normal, but since the response is null, the '??' allows me to default to 56.