I just finished the Tree Map
using the video game sales datasheet, until now I’ve been copying everything to CodePen
for the URL
. I created a repository and used drag and drop
to load the source code to GitHub
. What is the next step, the project is saying make sure it’s a live URL app.
1 Like
codepen is a live url app, while a github repo is not. If you use github pages to deploy your app then you have a live app again
1 Like
Vizhub is a great platform for the Data Vis projects:
(Created by Curran Kelleher who teaches some (all?) of the content)
1 Like
Great job setting up your GitHub repo! Now, to make it live, you can use GitHub Pages—go to your repo settings, find the “Pages” section, and set the branch to main (or the branch with your code). If you’re using an HTML file, it should go live at username.github.io/repository-name.
1 Like
Thanks everyone, I finally made this happen and I’m glad I did as I had no idea how CodePen
displayed, this was much better then an IDE.