Created
July 8, 2017 21:52
-
-
Save Schmerb/cf4b049e4b69bb1931e6ef84aafbcbae to your computer and use it in GitHub Desktop.
User feedback for Stream It, Front-End Capstone project.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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