CodingMath
CodingMath copied to clipboard
Make this repository also a website (github.io)
GitHub allows you to create a free website for one repository. The domain then looks like this: username.github.io
It would be really nice if you added some kind of index.html file to the root of this repository, that would be used as navigation through these projects. It doesn't need to be anything fancy, it can just be a simple list with links to the index.html files.
<ol>
<li><a href="episode1/index.html">Episode 1</a></li>
<li><a href="episode2/index.html">Episode 2</a></li>
. . .
</ol>
This would enable people to see your code in action just by clicking on a link.
I like the idea. I can help.
I would like to do this as I follow along the course in my free time, learning Next js for my own uses so maybe would do it with that if anybody would want to.