

VS Code is an IDE(Integrated Development Environment), We can make it more powerful by using the extensions and it’s very easy to customise. Github is like social media for programmer where you can upload your code/ project file and get star, fork, and can be part of the developer and work on the project with other programmers on Github. If you are reading this, then you probably know what GitHub and VS Code(Visual Studio Code).

Now, every time you make changes to your code you push the changes on GitHub by committing (the check mark) and then pushing/syncing/publishing (from the. The files in your local folder should now be visible in the file list on the page. Verify that all went well by refreshing your GitHub project page. You do this in order to not lose your changes, in order to track your changes forwards and backwards in time and to publish your work for others to see it (like other devs or potential employers)

Open Visual Studio Code in your project's folder. The Windows installer is simple to find, download and Next-next-next to success. Now that you have a remote repo on GitHub, you need to remember its URL, you will need it later.

I recommend adding a README and a licence (I use MIT), too. Make sure you give the repository a name and a decent description. Or click the green New button on the top of your repositories list in the main page. You need to create a GitHub account first, then either go to Your Repositories The first step is to create a repository. This is a side post to Programming a simple game in pure HTML and Javascript in the sense that we are going to add that project to source control in GitHub using Visual Studio Code.
