https://github.com/djleamen/skills-build-applications-w-copilot-agent-mode
Exercise: Build my application with Copilot agent mode
https://github.com/djleamen/skills-build-applications-w-copilot-agent-mode
Last synced: about 1 month ago
JSON representation
Exercise: Build my application with Copilot agent mode
- Host: GitHub
- URL: https://github.com/djleamen/skills-build-applications-w-copilot-agent-mode
- Owner: djleamen
- License: mit
- Created: 2025-04-09T00:43:14.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-09T01:24:40.000Z (about 2 months ago)
- Last Synced: 2025-04-09T01:31:18.204Z (about 2 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
⭐️ Congratulations djleamen! ⭐️
You completed this exercise! Nice work! 🥳
If you would like to practice again, you can retrace your steps below. Just press the **Start Exercise** button again.
> [!TIP]
> Mona won't grade you this time! 😉# Build applications with GitHub Copilot agent mode
_Build an application with GitHub Copilot agent mode in less than an hour._
## Welcome
People love how GitHub Copilot helps them write code faster and with fewer errors.
But what if GitHub could create a full stack application for your job role based on requirements
written in natural language.
In this exercise, we will prompt GitHub Copilot agent mode to create us a complete application.- **Who is this for**: Intermediate developers familiar with GitHub Copilot, basic GitHub, and basic web development
- **What you'll learn**: We'll introduce GitHub Copilot agent mode and how to use it for application development.
- **What you'll build**: You'll use GitHub Copilot agent mode to create a fitness application as the gym teacher of a high school.
- **How long**: This course takes less than one hour to complete.In this exercise, you will:
1. Start up a preconfigured development environment for making a full stack application.
2. Prompt in GitHub Copilot Chat and select the edit tab and select agent mode from the edit/agent drop down.
3. Try creating the application with GPT-4o.
4. Try other LLM models to see other output.### How to start this exercise
1. Right-click **Copy Exercise** and open the link in a new tab.
2. In the new tab, most of the fields will automatically fill in for you.
- For owner, choose your personal account or an organization to host the repository.
- We recommend creating a public repository, as private repositories will use [Actions minutes](https://docs.github.chttps://github.com/djleamen/skills-build-applications-w-copilot-agent-mode/billing/managing-billing-for-github-actions/about-billing-for-github-actions).
- Scroll down and click the **Create repository** button at the bottom of the form.3. After your new repository is created, wait about 20 seconds for the exercise to be prepared and buttons updated. You will continue working from your copy of the exercise.
- The **Copy Exercise** button will deactivate, changing to gray.
- The **Start Exercise** button will activate, changing to green.
- You will likely need to refresh the page.4. Click **Start Exercise**. Follow the step-by-step instructions and feedback will be provided as you progress.
> ❕ **Important:** The **Start Exercise** button will activate after copying the repository. You will probably need to refresh the page.
---
[Review the GitHub status page](https://www.githubstatus.com/)
© 2025 GitHub • [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) • [MIT License](https://gh.io/mit)