CREATE YOUR OWN BASIC WEBPAGE USING GITHUB

 Github is a platform for programmers to develop their code. So in this blog l am going to explain how to create your own basic webpage using Github.

STEP-1 CREATE YOUR OWN ACCOUNT IN GITHUB:




 
Create a username for example: vikasini3105. Enroll your email ID, now you have created your Github account.

STEP-2 CREATE YOUR REPOSITORY:



Now you have to touch the + symbol near your icon and click "Create new repository". You will be taken to this page . Write a name for your repository the description about your repository is optional. You can switch your repository to private or public your wish. For me public would be a better option since it is free to publish code, if  you want private you have to do In-app purchase. Initiate your repository with README.EDT file .Congrats!!!....Celebrate you have created your first repository.

 STEP-3 HELLO WORLD:

                        Now create a new file in your repository to develop your code.
for example:<h1> Hello world!/h1>  now go to settings and go to the bottom of the page


and select main branch and save .Now you have successfully created your first github page .Let us take a look at the page.



It just look so simple.....so let's add some texture in it. Go to settings and choose a  theme. The down page is one of the theme. To look in my page visit Hello-world




Yeah.. so that's it creating your own page isn't that hard. As you think so......Hope you guys like my blog!!

Comments