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