Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ Both contain the necessary steps to complete the exercise.

## Demos

| Demo | Description | Level |
| --- | --- | --- |
| [Simple Javascript Calculator](demos/Javascript-calculator) | A simple calculator that adds two numbers together | Easy |
| [Node Calculator](demos/Node-calculator) | A simple calculator that adds two numbers together | Easy |
| [NodeJS WebApp](demos/NodeJS-WebApp-Simple) | A simple NodeJS webapp that uses ExpressJS to serve a simple HTML page | Easy |
| [NodeJS app that runs shell commands](demos/Command-Execution-WebApp-NodeJS) | A NodeJS webapp that runs shell commands | Medium |
| Demo | Description |
| --- | --- |
| [Simple Javascript Calculator](demos/Javascript-calculator) | A simple calculator that adds two numbers together |
| [Node Calculator](demos/Node-calculator) | A simple calculator that adds two numbers together |
| [NodeJS app that runs shell commands with Copilot Chat](demos/Command-Execution-WebApp-NodeJS) | A NodeJS webapp that runs shell commands with Copilot Chat |
| [NodeJS app that runs shell commands without Copilot Chat](demos/Command-Execution-WebApp-NodeJS) | A NodeJS webapp that runs shell commands without Copilot Chat. Use this for customer `who does not want to use Copilot Chat or cannot` |
Copy link
Preview

Copilot AI Nov 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The correct phrasing should be 'Use this for customers who do not want to use Copilot Chat or cannot.'

Suggested change
| [NodeJS app that runs shell commands without Copilot Chat](demos/Command-Execution-WebApp-NodeJS) | A NodeJS webapp that runs shell commands without Copilot Chat. Use this for customer `who does not want to use Copilot Chat or cannot` |
| [NodeJS app that runs shell commands without Copilot Chat](demos/Command-Execution-WebApp-NodeJS) | A NodeJS webapp that runs shell commands without Copilot Chat. Use this for customers who do not want to use Copilot Chat or cannot |

Copilot uses AI. Check for mistakes.


## Contribution

Do you want to contribute to the project? That is great! Please read [**CONTRIBUTING.md**](CONTRIBUTING.md) guide to make the contribution to this repository.


Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: Remove the extra ` from the README.md

You can follow the instruction to create a new `README.md`` page.
Step 8: Updating history view to make them executable upon click

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# How to build a fun NodeJS application that executes shell commands in a browser
# How to build a fun NodeJS application that executes shell commands in a browser - Copilot Chat version

This is a simple NodeJS application that executes shell commands in a browser using **Github Copilot**. Please follow instructions below to build and run the application. This demo will primarily drive using **Github Copilot Chat** to build the application. It is possible to use other Interative Development Editor (IDEs) that support GitHub Copilot and GitHub Copilot Chat, but it is easier to follow and better experience to use VS Code.
This is a simple NodeJS application that executes shell commands in a browser using **Github Copilot**. Please follow instructions below to build and run the application. This demo will primarily drive using **Github Copilot Chat** to build the application. It is possible to use other Integrated Development Environment (IDEs) that support GitHub Copilot and GitHub Copilot Chat, but it is easier to follow and better experience to use VS Code.

## Prerequisites

Expand All @@ -10,13 +10,13 @@ This is a simple NodeJS application that executes shell commands in a browser us
- GitHub Copilot extension installed in VS Code
- GitHub Copilot Chat extension installed in VS Code

## Step-by-step guides
## Step-by-step guide

Please follow the instruction below.

### Step 1: Make sure that all prerequisites are met

Make sure that you met all prerequisites are met :)
Make sure that you met all prerequisites above.

### Step 2: Open Visual Studio Code with GitHub Copilot Chat

Expand Down
244 changes: 244 additions & 0 deletions demos/Command-Execution-WebApp-NodeJS-NoCopilotChat/README.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.