I have used React and bootstrap to make this Random Quote Machine.
This is the link to my code.
https://codepen.io/agrawalparul2/pen/BaQjPBg
I have 3 issues I am unable to solve:-
First :- I have used font awesomeness to get twitter icon but I don’t know where I am going wrong as it doesn’t display twitter icon.
Second:- I am not able to set the background color of entire page. I tried specifying the height of 100% in CSS, but that doesn’t work.
Third:- When the page loads for first time it doesn’t display the quote only after pressing the new quote button it starts displaying quotes. I tried adding addeventlistener under componentwillmount to handle this. But it doesn’t work either.
Please let me know inputs on how can I fix these.
Thanks in Advance.