Throughout the bootcamp, you will be presented with a problem each week that aims to reinforce the skills you learned that week.
- You will work with a partner
- Whoever is "driving" that week will submit their code on behalf of you both
- Fork this repo to get started!
Each week's assignment will be on a different branch of this repository (Example: For Week 1, select the week-1
branch). Each branch will have a README.md that contains the assignment.
Where do I commit? Commit to the folder provided on each branch.
💡 Tip: You should merge each branch into main after you complete each assignment!
This is where the scenario of the problem will be explained -- secret agent style!
This is where the instructions for solving the problem listed above will be.
This is where we will explain how we will test your code.