Thanks for your work on this project!
Rubric score key (applies only to that section of the rubric):
- 4: went beyond set learning goals; did self-teaching.
- 3: exactly on track! great work!
- 2: a little behind where we want to see you; study in this area to level up
- 1: significantly behind where we want to see you; letβs do some pairing!
π Notes on things to keep doing
π± Notes on things to improve on
Professionalism: 3.5
π Commits are super even. Nice commit:PR ratio. PR template is used.Great job on that.
π Solid code reviews.
π± Your README should include a gif of your app.
**JavaScript Style & Implementation : **
π Your code is clean, easy to follow, and indented very well.
π Great work using your knowledge of falsyness to keep your conditionals concise in saveCreatedposter function
π± In the showMynewPoster on line 173 showMyNewPoster function and on line 190 inside the deletePoster function there is an event.preventDefault() with event being undefined.
If you need to use anonymous function to be able to pass the event through the functions.
π± Create one reusable function (with parameters) that will show/hide elements, rather than having so much repeated code.
Functional Expectations: 2
Application completes all the expectations of Iteration 3 and some 4 with bugs.