[x] The img1 in Home.js should be extracted out into a global variable. Since this is a web url we could loose this image at anytime so we need to have a backup image ready if this one fails. We also need to add this to our test suite to make sure that we have a working image at all times. The alt here is also empty.
[ ] need to remove unused css and files
[ ] getting an error message related to bootstrap when I try to run your code locally https://user-images.githubusercontent.com/5608394/63383978-c452b500-c352-11e9-8919-444dc10518be.png are you referencing a minified version of bootstrap that isn't included in the version control?
[ ] tests need to be included on all components
[x] The img1 in Home.js should be extracted out into a global variable. Since this is a web url we could loose this image at anytime so we need to have a backup image ready if this one fails. We also need to add this to our test suite to make sure that we have a working image at all times. The alt here is also empty.