@AdamHaniff
Posted
• I know the inputs take in numbers, but you should set the input type to text to get rid of the up and down arrows.
• I'm not sure why you put default values for the bill, tip %, and number of people. When a site first loads, the app should look like it has never been touched by a user before.
• Also, maybe try to add in some logic where if the user has already selected a tip % and they click that same percentage again, it gets deselected.
@robcrock
Posted
@AdamHaniff you're right there are many things I could improve. I appreciate your feedback.