Hi there Campers,
I’ve enjoyed doing this tribute to one of my favourite authors and would really appreciate some feedback please.
I have probably spent much more time on this then was needed but found the experience of actually planning the project to be useful and hopefully will be helpful in a real world environment.
This is a rough guide as to how I went about this project:
1 – Gathered the content I wanted to use and organised it into sections
2 – Sketched the design on paper first (I designed the “mobile” view first and then expanded it for larger screen-sizes)
3 – Wrote the HTML (having the sketch on paper helped in regards to laying out containers for content)
4 – Applied the style with CSS (did styles for “large” screens first and then added media queries for the “mobile” screen display). I used a mixture of CSS grid, flexbox and positioning to get a feel of how they work together and can safely say I am a fan of flexbox now.
5 – Tested responsiveness on monitor, laptop, tablet and mobile screen types and different browsers (Chrome, Firefox and Edge)
6 – Bug fixing , screaming in frustration, and retesting
For the design I tried to go for a clean and simple look. I looked at quite a few other tribute projects on the forum and for some (not all but some) felt there was a lot of information overload going on with massive sections of text so I tried not to go overboard with the content and display it in a way more enticing to the viewer to actually read. Well that’s what I am telling myself anyway
Some points in particular I would like feedback on are:
-
Comments in code (not enough or too much or just commenting on the wrong sections)?
-
Correct semantic tags used or can I improve anywhere?
-
Is there anything accessibility or responsiveness related I didn’t do or did incorrectly?
The resources I mainly used for this was the FCC curriculum, W3Schools and MDN. Are there any other resources anyone would recommend?
Thanks for reading my loooong first post