In this step-by-step tutorial, I show you how to use Claude Code to build a fully working web app — without writing a single line of code yourself. We go from an empty desktop to a complete Bookmark Dashboard app with search, categories, dark mode, and more — all by typing plain English. Whether you're a teacher, a professional, or just someone curious about AI — this video will show you that the barrier to building technology is coming down. Claude Code - Build your First Agent: https://youtu.be/gHB4JFG9i3k Claude Code: Build a Business Analyst Learn how to use Claude Cowork: https://youtu.be/vv09DHej6gg ⏱ TIMESTAMPS 0:00 — What we're building (preview) 0:45 — What is Claude Code? 1:51 — Pricing & what you need 3:03 — Installation walkthrough 3:42 — Windows fix: Git Bash error 6:02 — Building the app (live demo) 11:45 — Tips & best practices 13:22 — Wrap-up ━━━━━━━━━━━━━━━━━━━━━━━━━ 🔗 IMPORTANT LINKS Claude (sign up / pricing): https://claude.ai/pricing Claude Code documentation: https://code.claude.com/docs Git Bash for Windows (if you get the red error): https://git-scm.com/downloads/win ━━━━━━━━━━━━━━━━━━━━━━━━━ 💻 INSTALLATION COMMANDS Mac (with Homebrew): brew install claude-code Windows (PowerShell): winget install Anthropic.ClaudeCode Start Claude Code: claude Windows Git Bash fix (if Claude Code can't find it): $env:CLAUDE_CODE_GIT_BASH_PATH = "C:\Program Files\Git\bin\bash.exe" ━━━━━━━━━━━━━━━━━━━━━━━━━ 📋 PROMPT 1: Build the Bookmark App (Copy and paste this into Claude Code) Create a new folder on my Desktop called my-bookmarks-app, then build me a personal bookmark dashboard as a single HTML file inside it. Here's what it should do: Let me save bookmarks with a title, URL, category, and optional notes Display all bookmarks as nice-looking cards in a grid layout Include a search bar that filters bookmarks by title or category Let me filter by category using clickable buttons Save everything to the browser's local storage so bookmarks persist Include some sample bookmarks so it doesn't look empty when it first loads Make it look modern and clean with a blue color scheme Let me delete bookmarks I don't want anymore Make it responsive so it works on mobile too ━━━━━━━━━━━━━━━━━━━━━━━━━ 📋 PROMPT 2: Open the App (After Claude finishes building) Open the app in my browser so I can see it ━━━━━━━━━━━━━━━━━━━━━━━━━ 📋 PROMPT 3: Add New Features (To add edit and dark mode) Can you add two more features to the bookmark app: An edit button on each card so I can update the title, URL, or category A dark mode toggle in the top right corner ━━━━━━━━━━━━━━━━━━━━━━━━━ ⚡ TIPS & USEFUL COMMANDS Plan Mode (review before building): Press Shift + Tab before typing your prompt Compact (refresh Claude's memory): /compact Ask Claude to explain code: Can you explain how the search feature works? Paste errors back to Claude: I'm getting this error: [paste error here] — can you fix it?
ADVERTISEMENT
I’ve checked out tens of Claude for Beginners videos and left feeling more and more confused. You’re videos are by far and away the clearest and most well constructed I’ve seen. Great speaking speed, excellent explanations with easy to follow instructions. I’m glad I found your channel.
The ai evolve so fast mate
Do you have to have an on going subscription with Claude for the app to work post build?
Love this. Very clear, and takes my fear away to get started!
Wow ❤
Looks very nice in dark mode.
thanks a lot !
Whats the privacy like around this? For example if I want to use this for work how do I ensure Claude Code does not read all the files I have access to?
After creating a web app can I put it on a page on my website ? and how to do so ?
This is the best tutorial for beginners I have found. thanks. Followed the instructions and it worked. this provides confidence to try new things. many of the blogs and YouTube videos are very good but assume you know basic stuff like using the terminal or using node or other programs.
I just talked to Claude and it walked me through the downloads and everything! I'm only just testing now, but I didn't know about the plan mode. I too know nothing about coding, but it walked me through everything, even when I was having trouble with the terminal interface (I needed to move my computer windows tool bar from the bottom over to the side because I couldn't see the bottom of terminal). This is incredible. I'm going to copy your dashboard idea too, thanks!
Another wonderful video! Thanks alot!
Career changing, life changing tech. Thanks TeachersTech!!
Thanks for sharing! Are there any advantages for using Claude code instead of Cursor? Do they have different purposes?
Hi I was wondering if you if we are supposed to to be Claude in the USA. I heard there were national security issues. I don’t want have issues or get started and have to abandon my project. Thanks
Hello!! Your videos are truly one of the best technical videos that I have seen. Very relevant, extremely easy to understand and beautiful interface/slides!! I wish I had found your channel earlier!! Thank you.
Very nice video. How can I place an app on Apple Store after built ?
This is good, but you need to know your code and scalability of it. You need to understand principles of programing, if not you're just being replaced by AI. Good tool for speeding up development, but it should be assistance tool not replacment.
Hi. I have watched your video for years. I always wanted to ask you how do you make the intro to your videos. It's very simple but I am guessing complicated.
Thank you for creating this video