Each of you clone this repository aonto your computer using Githib Desktop.
Set up a new branch on your local repo.
Switch to that branch and add some new code.
When you are happy with it publish the branch.
Make a pull request to merge it into the main branch.
#Questions for today:
##What type of http request do I need to make to add a new resource via a API?
##CSS, if we want to align using flex-box in the middle on the horizontal axis what are the flex properties I need to use? 3 answers needed...
##JS, what is a function parameter?
##JS, what is an event listener?
##What do we mean by the DOM?