Transition from Scratch to Javascript
Looking for resources to transition from Scratch to Javascript, I found woofJS.com. I really liked it, but I think a big part of the Scratch experience is a cool community, so I made a chrome extension using woofJS for use on repl.it!
Download it here: https://chrome.google.com/webstore/detail/scratch-to-javascript/ljfhfpmjfakpjcpgmjpfgjoedkljeeln
I'd love to hear feedback, I spent about a day on this and wouldn't mind spending longer making it better.
Wow super cool! I think you should keep going probably a lot more people are in the same boat as you.
I'm sure more people here are going to provide their feedback for you. Keep up the good work!
Maybe look at ProcessingJS on Khan Academy. They have quite a community there
Instead of the script source said in the extension, use this instead:
<script src="https://raw.githack.com/stevekrouse/WoofJS/master/woof.js"></script>
https://leopardjs.vercel.app/ is an even simpler way, or you could use the turbowarp scratch project packager @ch1ck3n