Extension Lessons
Parallax ScrollingResponsive DesignWe love additional resources here at Kode With Klossy!
As you explore resources, as a reminder, it is not good practice to “copy and paste” code snippets (especially those you do not understand) into your code, as many of the variables and other details might be different from how you have defined them. You might end up creating more bugs than you started with! It is important that you practice writing code yourself.
- TutorialRepublic
- Find tutorials, examples, and references for HTML, CSS, and JavaScript here.
- W3 Schools (Click “References”)
- Use this resource like an encyclopedia for HTML, CSS, and JavaScript.
- mdn JavaScript
- Find beginner, intermediate, and advanced tutorials for JavaScript, as well as references, here.
- Stack Overflow
- Stack Overflow is a question-and-answer website for programmers. This website can be very helpful when you run into bugs or need ideas for your code.
- Remember: Google is your friend, too 😀
Games
- CodingFantasy
- Find coding games for HTML, CSS, and JavaScript.
- Anchoreum
- Made by the group that made Flexbox Froggy. You can improve your familiarity with positioning items using CSS.
Super Challenge
These super challenge resources are much more advanced because software engineers will use these two sites for technical interview preparation. These resources are great if you’re looking to really challenge yourself or if you already have extensive previous experience.
- LeetCode
- Offers coding challenges and technical interview preparation problems.
- HackerRank
- Provides challenges in different computer science domains.