Reading-Notes


Project maintained by eslamakram Hosted on GitHub Pages — Theme by mattgraham

GitHub (where people build software )

The Golden Egg :

To learn about GitHub Platform and how to make your documentaion of your project

Oulines :
  1. what is the GitHub?
  2. What is MarkDown?
  3. GitHub Pages
  4. GitHub Page Theme

what is the GitHub?

What is MarkDown?

GitHub supports documentation which includes README file in Markdown format (see README On GitHub) Here is some of features of MarkDown:

  1. make a text with Bold and nested italic style by ** ** and _ _
  2. Make a text with Strikethrough when typing it within image

  3. make a block code when typing it within image
function test() {
  lines of code ;
}

For more information you can watch This Video

GitHub Pages