Install Visual Code on Windows
What is Visual Code
Visual Code is Microsoft’s free development tool or IDE (Integrated Development Environment) for both students to learn how to code, as well as for professionals to develop software.
Visual Code is Microsoft’s free development tool or IDE (Integrated Development Environment) for both students to learn how to code, as well as for professionals to develop software.
What is Git and Why Does it Matter?
Git is a very commonly used version control system. It tracks the changes you made to files.
Git is very useful because it allows you to effectively manage code changes. For this Coding Camp, since we will be hosting our website on GitHub Pages. We will need to install Git locally.