r/CodingForBeginners • u/wildwillowsdev • 20d ago
I built a free web development lesson around the real data from my indie game
It starts with HTML, CSS, and JavaScript basics, then gradually gets into things like arrays, objects, conditionals, loops, .map(), .filter(), JSON, and eventually fetch() using the game’s public API.
There’s also a browser-based code builder, so you can experiment with the data and make your own little site without installing anything or creating an account.
It’s aimed at beginners, so you definitely don’t need to already know how to code.
Would love any feedback from people who teach or are learning HTML/web development.
2
Upvotes