From the course: HTML, CSS, and JavaScript: Building the Web

Unlock the full course today

Join today to access over 24,400 courses taught by industry experts.

AI-assisted development with ChatGPT

AI-assisted development with ChatGPT

- [Narrator] Welcome to AI-assisted development with ChatGPT. There are many AI tools that can assist you with developer productivity. Some require a subscription, like GitHub Copilot and some are free, like ChatGPT, which I'll be using here. The difference here between all of these different tools is how you interact with them. As we've seen with GitHub Copilot, you interact with that AI tool right in your code editor. However, as you can see here, ChatGPT is its own window. But the nice thing here is that it's free. In fact, I don't even have to log in or sign up to start using it. What I'll be doing here is entering in a starting prompt, and I'm going to see how far I can get with ChatGPT to build me a terrarium that looks similar to the one we've built with HTML, CSS and JavaScript. And what I've done in this prompt here is just outline some fine points and the important points about the terrarium that we built earlier in this series. My hope here is that when I enter this into…

Contents