Please make your Github account.
Setup up Visual Studio Code:
Open Visual Studio code.
Open terminal by pressing **Ctrl+``** or control + `` else Click on View > Terminal
Try to type git, if you get error saying git is not recognized... then you haven’t installed git propery, try reinstalling and restarting your computer and if you see some long message then type the following code.
git config --global user.name "yourusername"
git config --global user.email "[email protected]"
Replace with your credentials of Github account, you can find your username on your Github account.
After this you are ready to dive deep into the ocean of Web Dev
(Believe me, it’s much simpler and fun than setting up all this mess)