This application allows us to practice multiple different skills. We've utilized this app to practice collaboration using git and GitHub, added interactivity with jQuery and we also practice some programming fundamentals with JavaScript here as well.
First we started learning version control using git & GitHub. In this session we practiced updating the page and working on fixing an assigned issue as as a developer would do on a collaborative team. You can also refer back to examples from the presentation.
master: The starting point and main branch
issue-##: Branch practice to work on development for the assigned issue.
View the Version Control Worksheet
We use jQuery (a JavaScript library) to add functionality to our order form on our Drink order application, and implement plugins to make our site look nice. You can also refer back to examples from the presentation.
jquery-master: The starting point
jquery-basics-key: The answer key to part 1 of the jQuery worksheet
add-slider: The starting point for part 2: adding a slider to the page
jquery-final-key: The answer key to parts 1 & 2 of the jQuery worksheet
This continues with adding interactivity to the site using JavaScript. We will practice several key concepts of programming with this worksheet. You can also refere back to examples from the presentation.
pf-master: The starting point for this project
pf-key: The answer key for part 1 of the frogramming fundamentals worksheet
programming-fundamentals: The final answer key for the programming fundamentals worksheet.
View the Programming Fundamentals Worksheet