Projects review

Hi, guys! I just finished all intermidiate projects. It took me about 4 days to complete all of this. Can someone more experienced give a little code review for this projects?Maybe i’ve made mistakes in code or i can made some things easier?Here’s links:

https://codepen.io/simak_yahor/full/ZpyRAr/ - Random quote machine
https://codepen.io/simak_yahor/full/amyVvg/ - Use the Twitch JSON API

1 Like

quote machine looks good. coding also looks good. If you really want me to nit-pick, if you’re using semi-colons, use them everywhere (you missed one). If I reduce the width of my browser, it doesn’t respond well.
twitch app looks great, nice and clean interface and responsive. code also looks good. to nitpick, I think best practice says don’t leave commented out code in there.

1 Like