From the course: Vibe Coding from Scratch: A Beginner's Guide to Building and Shipping an App with AI
Unlock this course with a free trial
Join today to access over 25,600 courses taught by industry experts.
Challenge: Review, refactor, test, secure, and ship
From the course: Vibe Coding from Scratch: A Beginner's Guide to Building and Shipping an App with AI
Challenge: Review, refactor, test, secure, and ship
This is the final challenge before your app goes live. You're going to take your working MVP through the full production readiness process we just covered. Code review, bug fixes, refactoring, final testing, security, and then finally deployment. Make sure your backend is fully implemented and your test suite is passing before you start. To start the code review, Paste the code review prompt from the lesson into Lovable. You can find it in the exercise files for this challenge. Read through the audit report and make sure you understand what each critical issue means. If anything is unclear, ask Lovable to explain it using the post office analogy. Then paste the refactoring prompt. Work through the refactor and backfix clusters one at a time. After each cluster, run the full test suite and manually click through the UI. Proceed to the next cluster only when you're confident that the current cluster is solid. If something breaks, just roll it back. Don't layer fixes on top of fixes…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.