From the course: Accelerate Development with Artificial Intelligence and Cursor

Unlock this course with a free trial

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

Vibe coding with Cursor

Vibe coding with Cursor

- Cursor can handle more than just code, but even some of your development tasks. Let's try to build a project from scratch this time. I'm going to start by creating a folder on the desktop. I'll call this to-do app and I'll bring this into Cursor. Once I'm here, I can use the chat to plan my application, but you can also use the terminal and generate an application. Let's go ahead and try that. I'm going to give it some pretty comprehensive instructions. I'll say, "Create a robust to-do app, using React and vanilla JavaScript. I want you to use Vite to manage the build, Tailwind CSS for the styling, and make sure you use local storage so the to-dos persist when I refresh my browser." The first thing it does is tell you which modules you need to install to take care of this app. and you can hit the run button and it's going to run those commands for you. Now if you ever encounter an error like this, you can try copying it to see what's going on, and say something like, "I got this…

Contents