CSS Diner: A GitHub.dev Tutorial ๐ฝ๏ธ
August 14, 2021 ยท View on GitHub
This repo provides an example of how github.dev can enable a platform for interactive tutorials. It's a port of the amazing CSS Diner tutorial by @flukeout, which helps teach CSS by selecting dancing food-related items from a table!
Getting Started
- Press
.to open this repo in the web editor - When prompted, install the recommended extensions (CodeSwing)
- After a few seconds, the editor will be automatically laid out as a playground environment
- Interact with the CSS Diner game, and see how it's fully interactive! ๐
- Follow the instructions provided by the swing's coding prompts, and see if you can complete the game ๐ฅ
References
- Codespaces - On-demand developer environments, powered by the cloud โ๏ธ
- CodeSwing - An interactive coding environment for web applications ๐