Skip to content

Homework Submission

Evan Cole edited this page Nov 25, 2019 · 4 revisions

In this module, we're stepping it up a bit. You'll be tracking your progress on each week's homework using a project board and a code review process similar to many professional review processes.


A template to start your weekly project issues

Week X Project:
*  [repository](github.com/<username>/practical-javascript)
*  [github pages](https://<username>.github.io/practical-javascript)
- [ ]  [version 1](link to branch for version 1)
- [ ]  [version 2](link to branch for version 2)
- [ ]  [version 3](link to branch for version 3)
- [ ]  ...

Exercises:
*  [JS 3 repository](https://github.com/<username>/javascript-3)  
*  [JS 3 live website](https://<username>.github.io/javascript-3/)

Submission instructions

  1. Fork this repository, you will complete your exercises directly in your fork. Weekly projects will be done in a separate repository for you to practice using branches to structure your incremental development.
  2. Create a new issue in your class repo for each week's homework, then add each issue to the "TODO" column of the JavaScript 3 project in your class repo.
  3. Study away! You will keep your coaches and classmates up to date on your progress and your challenges by moving your card on the project board, and by leaving comments in that week's issue (including links to specific lines of code!).
  4. When you think your homework is ready for review, move your card into the "READY FOR REVIEW" column.
  5. Your coach will use GitHub Issues to give you feedback
    • If there is anything to improve in your homework the coach will notify you with an issue.
    • You and your coach can discuss the feedback right in the issue
    • Your coach will close the issue when you've addressed their feedback
  6. You'll know you've finished the project when your coach moves your card into the "DONE" column.

Helpful Links

Clone this wiki locally