Create a new organization with a group name (this is public, so don't make it anything terrible) Create a new Github repo and all all group members to it Everyone create a fork of it
Now, create the appropriate feature branches and move through this program:
You're writing a single webpage that does various things with HTML, CSS and JavaScript
- Create an
index.html
,main.js
andstyle.css
and make them work together - One person will create a button/link that when clicked on changes the background of the page to blue
- Another person will create a button/link that when clicked will change the text to red
- Another person will create an unordered list and a text input box that when you hit enter will add an item to a list with that text from the box
- Another person will add the files needed for Bootstrap and link them in the HTML
- Another person will organize the page's contents using Bootstrap's layout stuff
- Another person will add a button/link that will toggle flipping all of the text on the page upside down