Skip to content

Instantly share code, notes, and snippets.

@Schmerb
Created July 8, 2017 21:52
Show Gist options
  • Save Schmerb/cf4b049e4b69bb1931e6ef84aafbcbae to your computer and use it in GitHub Desktop.
Save Schmerb/cf4b049e4b69bb1931e6ef84aafbcbae to your computer and use it in GitHub Desktop.
User feedback for Stream It, Front-End Capstone project.
After getting some feedback from a group of users, I gathered a few suggestions I was able to implement and update my web app accordingly. I removed any focus on input fields via hover, to adheer to web standards. I made sure all text is legible by giving contrast between text color and background color. Also, for cleaner markup, I used psuedo elements to accomplish my 'burger' menu and animations rather than using a series of elements to create the icon, its all handled with a single <div> and CSS alone. Cleaned up some of the order of elements such as movie / tv show plot so the text does not get too narrow which is a burden to read compared to a wider paragraph.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment