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.
The repository is organized into several directories, each representing a different language or framework:
playground/dotnet/
: Contains .NET projects, including a FlappyBird game and a Playground project.playground/java/
: Contains a Java project that implements the Fibonacci sequence.playground/python/
: Contains Python scripts, including a donut animation and a playground script.playground/react/
: Contains a React application.
To use this repository, clone it to your local machine and navigate into the directory of the language or framework you're interested in.
cd playground/dotnet/FlappyBird
dotnet run
cd playground/dotnet/Playground
dotnet run
cd playground/java/fibonacci
javac Main.java
java Main
cd playground/python
pip install -r requirements.txt
python donut.py
cd playground/python
pip install -r requirements.txt
python playground.py
cd playground/react
npm install
npm start
cd playground/nodejs
npm install
npm start
The React application will be available at http://localhost:3000
.
Contributions are welcome! Please feel free to submit a pull request.
This project is licensed under the terms of the MIT license. See the LICENSE file for details.