Work with a partner to edit a project and manage your changes with git.
- Find a partner. Pick one person to copy the app folder so that it is outside of this repo. Initialize it as its own git repo and link it to a remote on Github.
- Decide on your git workflow and record it inside the repo before you start. Be sure to commit it before moving on to the tasks.
- Taking turns, go to this app and generate a task. Do the task and make your changes available to your partner on Github.
- Once you've completed one task, slack your partner to start theirs. Do this 5 times.
- When you complete the process with working code, you should both submit the link to the repo.
We are using the feature branching style to get extra practice with git branches.
Slack your partner. You should both edit five CSS properties, please.
You should edit five CSS properties.
You should edit an HTML file. Add a recipe that you like using lists.
You should create a new HTML file. Link to it from index.html
You should create an array of numbers in a Javascript file, if there isn't one. Write a function that generates a sum.
You should create a new CSS file. Link to it from one of your HTML files.
You should create a new CSS file. Link to it from one of your HTML files.
You should edit an HTML file. Add a paragraph about something you like.
You should remove a file other than index.html.
You should create an array of objects. Each object should have a name and age.