From the course: AI Pair Programming with GitHub Copilot
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
What we will build - Github Copilot Tutorial
From the course: AI Pair Programming with GitHub Copilot
What we will build
- [Instructor] This is the fun little expense tracking app we'll be building in the next few chapters. It lets you do things like add expenses. So let's say Movie, and let's say it's 15. And I'm going to say that it's Entertainment and submit it. You can also delete expenses. So it's a little bit like a to-do app with a few more fields and features. It does talk to an API. It uses Django and Django REST Framework for the backend. And then we're doing Vanilla JavaScript for the front end, and it'll give us a good sense of what it's like to work on a little project with Copilot.