Hi everyone!
Finished basic version of my Quote Machine project dedicated to Terry Pratchett’s Discworld. And I’d be glad to read you feedback. Here’s link: http://codepen.io/OLucky/full/mEaRXQ/
When tweeting the url of the Codepen is also included (is it intentional?). As tweets is only 140 characters, I don’t think it is necessary.
When you’re clicking through the quotes, the window resizes to match the quote and the “Next Note” button jumps up and down. I think it would be better for the button to be more or less on the same place (so it could be clicked without moving the mouse).
You are missing quotes around your last div's class. Also you should add some additional class to this div and set it in CSS to .someAdditionalClass { width: 100% } to get rid of the horizontal scrollbar.
Everything else if great: design is responsive and API is used
Deleted. Some quotes are already quite big, so I agree, the less additional stuff - the better. CodePen still pastes it’s link on tweet though, so user have to delete it.
Reasonable suggestion. Maybe I’d put the buttons on a side.
I haven’t even noticed this bar before. >_> I just got rid of this div now, since I don’t need it.