kfdesign / prj-rev-bwfs-tea-cozy

0 stars 0 forks source link

SUMMARY #5

Open blerude opened 6 years ago

blerude commented 6 years ago

Grade: Exceeds Expectations

Your app is great, good work! You have a great control over the structure of HTML, with nesting divs, class vs. id's, etc. You also seem very comfortable with CSS concepts like flex, which can be tricky. Your code is incredibly easy to read because you use consistent indentation and spacing, you clearly comment the purpose of each element, and you use accurate and specific naming conventions.

I'd be careful about having class names match id names. That can get confusing when you're working on larger projects. I'd also dig more into CSS patterns to take your app to a new level. I like to use Google Fonts to find interesting fonts, and Coolors.co to generate easy-to-use free color palettes that enhance the visuals of the app. Just some suggestions! Again, great work! You're definitely developing the right skills to become a more masterful app developer.

kfdesign commented 6 years ago

Thank you. I tried out Google Fonts on another project. I was unfamiliar with Coolors.co — it looks like a great resource. I'm curious what you mean by "CSS patterns," could you clarify?

blerude commented 6 years ago

Glad you like Coolors.co. As for 'CSS patterns', I just mean the CSS techniques you're using to style your app (color, font, layout, animations, etc.). CSS is totally what you make of it, so have fun exploring!

kfdesign commented 6 years ago

OK. Thank you for the clarification!