Skip to content

johnnyhuynh-sportsbet/github-copilot-playground

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Copilot Playground

This repository is a playground for exploring and demonstrating the capabilities of GitHub Copilot with various programming languages and frameworks, including Java, .NET, React, and NodeJS.

Structure

The repository is organized into several directories, each representing a different language or framework:

Usage

To use this repository, clone it to your local machine and navigate into the directory of the language or framework you're interested in.

.NET

cd playground/dotnet/FlappyBird
dotnet run
cd playground/dotnet/Playground
dotnet run

Java

cd playground/java/fibonacci
javac Main.java
java Main

Python

cd playground/python
pip install -r requirements.txt
python donut.py
cd playground/python
pip install -r requirements.txt
python playground.py

React

cd playground/react
npm install
npm start

Node.js

cd playground/nodejs
npm install
npm start

The React application will be available at http://localhost:3000.

Contributing

Contributions are welcome! Please feel free to submit a pull request.

License

This project is licensed under the terms of the MIT license. See the LICENSE file for details.

About

Showcasing GitHub Copilot with Java, .NET, React and NodeJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 33.3%
  • Python 21.8%
  • JavaScript 16.6%
  • HTML 14.7%
  • Java 7.1%
  • CSS 6.5%