From the course: Hands-On AI: Vibe Coding in Python with Cursor

Unlock this course with a free trial

Join today to access over 25,200 courses taught by industry experts.

Building a recipe app

Building a recipe app

- [Instructor] Now it's time to put everything we've learned into practice. In this video, we'll build a simple recipe management app from scratch using the complete vibe coding workflow. We'll start with project planning in ChatGPT, then implementing with Cursor. Recall from Module 1, we discussed using an additional AI tool, such as ChatGPT or Cloud, to help plan and define project scope before we code. Let's do exactly that. "I want to build a Python terminal application for managing recipes. It should let me save my favorite recipes, search through them, and create shopping lists. Can you help me create a simple PRD for this?" ChatGPT was able to generate a complete Product Requirements Document that includes purpose, scope of the project, features for our recipe management app, user interface design, data storage, non-functional requirements, future enhancements, and milestones. With our PRD complete, let's ask it to create a technical architecture for us so that we can start…

Contents