Live data from Hacker News

Ask HN: How can I get my 7-year-old started with web development?

news.ycombinator.com

11–15 of 15 posts

Re: Ask HN: How can I get my 7-year-old started with web development?

#12
Don't start with web development if your kid is just interested in learning more about how computers work or writing some code. As others have said there are a lot of beginner friendly tools that teach fundamentals better.

Different story if your kid explicitly wants to make something on a website

Re: Ask HN: How can I get my 7-year-old started with web development?

#14
I don't understand why all these comments are against web dev. Creating an html file is quick, easy, and most importantly for kids, you instantly get visual results! You don't even need to open ugly terminal consoles, you could just use something like JS Bin (https://jsbin.com/) or JSFiddle or CodePen.

I used to volunteer with CoderDojo, a non-profit that hosted intro to coding workshops for kids of all ages (including 7-year-olds). Maybe you can find something like that local to you? I don't know if the organization still exists, but this is one of the lesson plans we used, which I think still holds up today (except the last part, you don't need jQuery anymore lol):

https://github.com/CoderDojoSV/beginner-web

I also came up with my own workshop as a follow-up, specifically about creating fun shapes with css:

https://github.com/heidid/css-art-workshop

I remember the kids also enjoyed trying out Inspect Element on existing webpages – I joked that you could pretend to change your grades to A+'s (temporarily of course), though hopefully grades are not of concern to a 7-year-old yet :)

Re: Ask HN: How can I get my 7-year-old started with web development?

#15
I think I did something like that creating a couple of pokemon card type layouts in html where you could change the pics. In my day we often typed programs in from books/mags and then changed stuff. Maybe you could create a simple web layout and let them change names, colours and all that stuff.

My kids both did scratch from an early age at school maybe 6-7.

I think my son would be kind of interested in minecraft modding or creating fortnite games, better to make/do something like that that relates to their interests. If they like birds make a wildlife detector etc!

To be honest I've not got massive amount of enthusiasm for this kind of stuff but would support them if they were interested!

Post reply on HN