hands-on lab

GitHub Copilot App Creation Demo

Difficulty: Intermediate
Duration: Up to 2 hours
Students: 1
Get guided in a real environmentPractice with a step-by-step scenario in a real, provisioned environment.
Learn and validateUse validations to check your solutions every step of the way.
See resultsTrack your knowledge and monitor your progress.

Description

In this lab, you will create a to-do list web application using GitHub Copilot.

Learning objectives

Upon completion of this lab, you will be able to:

  • Use GitHub Copilot to build a web application

Intended audience

This lab is intended for:

  • Software developers

Prerequisites

You should be familiar with:

  • JavaScript, HTML, and CSS basics

Covered topics

Hands-on Lab UUID

Lab steps

0 of 8 steps completed.Use arrow keys to navigate between steps. Press Enter to go to a step if available.
  1. Signing In to GitHub Copilot
  2. Task 1: Scaffolding the To-Do List App HTML
  3. Task 2: Styling the Interface
  4. Task 2: Creating the JavaScript Logic
  5. Task 4: Marking as Done and Deleting
  6. Task 5: Using Local Storage
  7. Task 6: Documenting the Code
  8. Task 7: Publishing to GitHub Pages