
What is GitHub ?
GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere. It is a heaven for the developers where they can store their projects and get connected with like-minded people.

Why we use GitHub ?
- It’s FREE.
- Work with a team .
- Use markdown language.

What is Markdown ?
Markdown is a way to style text on the web. You control the display of the document; formatting words as bold or italic, adding images, and creating lists are just a few of the things we can do with Markdown. Mostly, Markdown is just regular text with a few non-alphabetic characters thrown in
Some of Markdown Syntax ->
| Name | Action |
|---|---|
| Headers | # , ## , ### |
| italic | * any thing * |
| bold | ** any thing ** |
| Unordered list | * Item |
| Ordered list | 1. Item |
| Images | |
| etc | ………… |