Thursday, 4 January 2024

GitHub Most Imp Command For Every Developer Learn:

 Top Command for GitHub: 

1) git clone
2) git init and git status  
3) git add file name 
or git add . 
4) git commit -m message 
5) git remote add origin 
6) git remote status 
7) git push origin main



1) Git clone :  

    These command work to remote repo code to local code . 

 command: git clone <and paste the https:// github link .. want to code in locally.

Start the github Repository by using the GitHub Command: git init 

2)git init :  

     These command work like to start the repo and give that name .. etc 
later next command is .. 

 command : git init 
and generate the one json file. 



         later ..... 


BMI Calculator Project Used In Javascript

BMI Generator

BMI Calculator

BMI Weight Guide

Under Weight = less than 18.6

Normal Range = 18.6 and 24.9

Overnigtht = Greater Than 24.9

Monday, 1 January 2024

HTML , CSS , JAVASCRIPT .....

Blogging On Web Development: 

Hii Guys, My Name Is Avinash , Today I have Started to Blogging on Technical niche so , Who want to learn in depth Web technology by mi , read my Blog on regular basis uploaded by me first I have started on HTML ,  CSS , JavaScript goes on . ..

Also we Cover the Most  asked Interview   Questions and How to find job. 

  1. HTML : 
  2. CSS : 
  3. JAVASCRIPT: 


HTML: 

                    In a Html we cover the all basic Tags , like semantic tags , structural tag, formatting tag also cover media and forms , table , list etc.

and Then Interview questions On Html  and Basic Html projects. 

CSS:      

            In css we cover the basic chapter like width, color , box -model , and then cover the 
flex and grid , transition, 2dtransform, 3dtransform. 






GitHub Most Imp Command For Every Developer Learn:

 Top Command for GitHub:  1) git clone 2) git init and git status   3) git add file name  or git add .  4) git commit -m message  5) git rem...