hanjcat / teacozy

Codecademy Teacozy Project
0 stars 0 forks source link

SUMMARY #5

Open griffinlacek opened 7 years ago

griffinlacek commented 7 years ago

Grade: Meets Expectations

Summary: This project has a lot of good work in it! Overall the basics of the project are nicely covered and the code is clean! No major areas of improvement to note, so keep up the good work!

One additional challenge would be to inspect your project in a mobile view (Chrome inspector can mimic mobile phones: https://developers.google.com/web/tools/chrome-devtools/device-mode/ ). You’ll see it doesn’t look too bad, but maybe it’s hard to read. Think you could make this website better for mobile? Even just resized text would help, but maybe you could do a totally responsive resizing. Digging deeper into flex and media queries will help with this.

Here’s a great resource on mobile web development: https://developer.mozilla.org/en-US/docs/Web/Guide/Mobile

Good luck!

hanjcat commented 6 years ago

Ah yeah, I was learning about media queries last week in the codecademy course. I suppose I should go back and apply new concepts to these earlier projects? Hm... I'll go back and get some more practice on everything once the course is over with.

Thanks a lot for the encouraging feedback!