scrimba
Code Reviews
Code Review: James' Solo Project - Oldagram
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Code Review: James' Solo Project - Oldagram
AboutCommentsNotes
Code Review: James' Solo Project - Oldagram
Expand for more info
notes.md
run
preview
console
Hysterical!!
great naming conventions!
responsive!

files:
- place sheep-images folder inside the images folder?

html:
- great use of semantic html
- some spacing can be fixed

css:
- can use CSS instead of <br /> in html
- some spacing can be fixed

.br {
display: block;
}

hover over post image
.main-feed-img:hover {
cursor: pointer;
}

- cursor pointer shouldn't show when hovering over comment and share icons unless they work?

js:
- use deconstructing: https://www.w3schools.com/react/react_es6_destructuring.asp
- comment out console.logs
- add alt descriptions to images for accessibility
Console
/index.html
-6:22