From the course: Build AI-Enhanced CI/CD Pipelines: Automate Code Reviews, PR Summaries & GitHub Issues with Copilot & Claude

Unlock this course with a free trial

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

Course overview

Course overview

- [Instructor] So in this project, we are going to work on the application, which is a ToDo App. A ToDo App where you have things to do, and you are looking for a space where you can document them. Once you are done with them, you can just put a check mark or delete them. I'm sure you may have used this kind of list either using a pen and paper, or you may have used sophisticated projects like Notion or Asana or Trello, something like that. So the idea is very simple. We are going to work on a ToDo App, which has certain set of features like adding a ToDo. When you're done, you can just put a check mark, which means it's done. You can delete a ToDo. And these are certain set of basic features. And then we have other feature branches. So the first one we will work with is edit-todo, which means in our main branch you can add a ToDo, but you cannot edit if you want to. So this is a new feature request that contains a…

Contents