Skip to content

Instantly share code, notes, and snippets.

View osamaakb's full-sized avatar

osamaakb

View GitHub Profile

What is the todo list project?

Yes, it is the list of tasks on the peice of paper that we usually use in our real life to not forget to do things and on their time, but we are basically converting the piece of paper to a website so you don't have to spend more paper 😉, also, if you still don't know what a todo list is see wikipedia.

Instructions

Collaboration requirements

Please don't split the code. Write every line of code together. In each group, every person should understand every line of code.

@osamaakb
osamaakb / git.md
Created October 12, 2020 11:15 — forked from louisrli/git.md
July 4 Discussion Questions

Git and Github Discussion Questions

For each discussion question, please write the answer in your own words. You may also optionally comment your answers in the comment section below (if you have a Github account).

Git Questions

  1. What does version control mean?
  2. What is the purpose of Git?
  3. How would the world be different if Git and version control did not exist?
  4. What is a branch in Git?

Github Questions