https://github.com/blackgirlbytes/copilot-todo-list
This is a self-guided tutorial to help folks learn how to use GitHub Copilot. CodeTour prompts the user to write comments that will trigger GitHub Copilot to generate code.
https://github.com/blackgirlbytes/copilot-todo-list
codetour copilot copilot-tutorial nextjs
Last synced: 4 months ago
JSON representation
This is a self-guided tutorial to help folks learn how to use GitHub Copilot. CodeTour prompts the user to write comments that will trigger GitHub Copilot to generate code.
- Host: GitHub
- URL: https://github.com/blackgirlbytes/copilot-todo-list
- Owner: blackgirlbytes
- Created: 2023-03-02T21:24:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T12:19:13.000Z (almost 3 years ago)
- Last Synced: 2025-05-30T14:34:26.940Z (9 months ago)
- Topics: codetour, copilot, copilot-tutorial, nextjs
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 3
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build a To Do List with GitHub Copilot in Next.js
## Description
This is a self-guided tutorial to help folks learn how to use GitHub Copilot. In this project you will find:
* a running Next.js application
* a devcontainer that installs CodeTour, Simple browser tab and GitHub Copilot when the Codespace is created
* a CodeTour to guide the developer through using GitHub Copilot to develop a client-side to do list application.
## To complete this tutorial, you will need
* Access to [GitHub Copilot](https://github.com/features/copilot)
## How does this work?
The CodeTour prompts developers to write comments and lines of code that trigger GitHub Copilot to generate code to create a to do list app.
## How to use the guided CodeTour
1. Choose 'Use this template', and 'Open in a codespace'

2. Choose the “Explorer Icon” on the left sidebar of your editor.

3. Toggle the CodeTour panel

4. Press the “Play button” to start the tour.

5. Your CodeTour will begin! Follow the CodeTour’s steps to learn how to use GitHub Copilot.
