back to home

jonasschmedtmann / complete-javascript-course

Starter files, final projects, and FAQ for my Complete JavaScript course

17,088 stars
17,522 forks
224 issues
JavaScriptHTMLCSS

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing jonasschmedtmann/complete-javascript-course in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/jonasschmedtmann/complete-javascript-course)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

Course Material and FAQ for my Complete JavaScript Course This branch of the repo contains starter files and final code for all sections and projects of the course, **exactly as shown in the videos**. Use starter code to start each section, and **final code to compare it with your own code whenever something doesn't work**! There is also a the updates-and-fixes branch which is kept up-to-date with **latest package updates and important bugfixes šŸ›** 🚨 **_Please read the following Frequently Asked Questions (FAQ) carefully before starting the course_** 🚨 FAQ Q1: How do I download the files? **A:** If you're new to GitHub and just want to download the entire code, hit the green button saying "Code", and then choose the "Download ZIP" option. If you can't see the button (on mobile), use this link instead. Q2: I'm stuck! Where do I get help? **A:** Have you actually tried to fix the problem on your own? **Have you compared your code to the final code?** If you failed fixing your problem, please **post a detailed description of the problem to the Q&A area of that video over at Udemy**, along with a codepen containing your code. You will get help there. Please don't send me a personal message or email to fix coding problems. Q3: What VSCode theme are you using? **A:** I use Monokai Pro for all my coding and course production. It's a paid theme (I', **not** affiliated with them), but you can actually use the free demo version forever šŸ˜… Q4: Can I see a final version of the course projects? **A:** Sure! Here you go: • Pig Game (DOM Manipulation) • Bankist (Arrays, Numbers, Dates, Timers. Fake "log in" with user and PIN ) • Bankist Site (Advanced DOM and Events) • Mapty (OOP, Geolocation, Project planning) • forkify (Final advanced project) Q5: Videos don't load, can you fix it? **A:** Unfortunately, there is nothing I can do about it. The course is hosted on Udemy, and sometimes they have technical issues like this. Please just come back a bit later or contact their support team. Q6: Videos are blurred / have low quality, can you fix it? **A:** Please open video settings and change the quality from 'Auto' to another value, for example 720p. If that doesn't help, please contact the Udemy support team. Q7: Are the videos downloadable? **A:** Videos used to be downloadable, but unfortunately, Udemy has disabled video downloads on all my courses in order to fight piracy. There is nothing I can do about this. Q8: I want to put these projects in my portfolio. Is that allowed? **A:** Absolutely! Just make sure you actually built them yourself by following the course, and that you understand what you did. What is **not allowed** is that you create your own course/videos/articles based on this course's content! Q9: You mentioned your resources page. Where can I find it? **A:** It's on my website at . You can subscribe for updates šŸ˜‰ Q10: I love your courses and want to get updates on new courses. How? **A:** First, you can subscribe to my email list at my website. Plus, I make important announcements on twitter @jonasschmedtman, so you should definitely follow me there šŸ”„ Q11: How do I get my certificate of completion? **A:** A certificate of completion is provided by Udemy after you complete 100% of the course. After completing the course, just click on the "Your progress" indicator in the top right-hand corner of the course page. If you want to change your name on the certificate, please contact the Udemy support team. Q12: Can you add subtitles in my language? **A:** No. I provide professional English captions, but Udemy is responsible for subtitles in all other languages (automatic translations). So please contact the Udemy support team to request your own language. Q13: Do you accept pull requests? **A:** No, for the simple reason that I want this repository to contain the _exact_ same code that is shown in the videos. _However, please feel free to add an issue if you found one._ Q14: I'm looking for the old course version (v1) files. Where can I find them? **A:** They are in this same repo, but in the v1 branch. So just go to v1, and download the code from there.