There are several exercises to complete :
exercise-1.jsdom/inject.jsshoppingList.jstimer
__tests__/exercise-1.test.js(Optional)
All problem descriptions can be found in the javascript files. The instructions for the DOM exercises can be found in dom/README.md. The instructions for the testing exercise can be found in the __tests__/README.md.
- Create a template copy of this repository by clicking : "Use this template"
- Name the repository the same name as the master template repository.
- Add your TM as collaborator
- Clone YOUR repo to your local computer
- Create a new branch:
git checkout -b.<firstName-lastName> - Implement the project on your newly created
<firstName-lastName>branch, committing changes regularly. - Push all of your commits:
git push origin.<firstName-lastName> - When ready for your TM to review, open a Pull Request (PR) and add your TM as a collaborator.