GitHub
{ }
</>

What's GitHub Anyway?

It's like a super cool playground where coders share their awesome projects!

// Let's see what GitHub can do!

So, What Is GitHub?

Imagine you're building an amazing video game with your friends. You want to:

  • Work on it together, even when you're not in the same room
  • Keep track of all the changes you make
  • Never lose your work, even if you make a mistake
  • Show your game to other people who might want to help

That's exactly what GitHub helps programmers do with their code projects!

github-example.png
Example of GitHub interface showing code projects

How Does GitHub Work?

Repositories

These are like folders that hold all the files for your project - code, images, everything!

Commits

Saving your changes with a message, like "Added a new level to my game!"

Collaboration

Working with friends by sharing your project and making changes together!

Let's Try Some GitHub Magic!

Here's how programmers use simple commands to save their work on GitHub:

git add my_game.js
git commit -m "Added a dragon character"
git push
// Your changes are saved on GitHub!

Cool Projects on GitHub

A simple game project

Space Adventure Game

A fun game where you explore the galaxy!

124 8
A robot project

Robot Controller

Code to make your own robot move!

98 5
An art project

Digital Art Maker

Create awesome art with code!

215 12

Test Your GitHub Knowledge

1. What do we call a folder that holds a GitHub project?

2. What's it called when you save your changes to GitHub?

3. What can you do with GitHub?