Stash443
@Stash443All comments
- @giuseppe-giannottaSubmitted 9 days agoP@Stash443Posted 6 days ago
Hi there, the code doesn't look finished. It didn't include semantic HTML. I'm not sure if naming a css file an index is fine but i think its better if you name your css files as styles.css instead of index.css and try using Grid to center your parent container. but overall nice try though.
Marked as helpful0 - @isaiahp04Submitted 7 days agoP@Stash443Posted 7 days ago
Your code has semantic HTML which is good. The code is well structured and readable. You also added comments on the code so that the next person can understand. Although I do recommend you use rem units for font size's of text, it helps a lot with responsive layouts. Well done.
0 - @MustafizaliSubmitted 12 days agoP@Stash443Posted 11 days ago
The code is readable but you didn't include semantic HTML. The layout looks the same as the design. Well done.
0 - @zardrickSubmitted 16 days agoWhat are you most proud of, and what would you do differently next time?
I’m proud of how well the layout and typography turned out, especially the clean and structured design. The use of CSS custom properties and responsive styling made the page look great on different screen sizes.
What challenges did you encounter, and how did you overcome them?Handling the list styling for the ingredients and preparation steps required tweaking the default styles. I used CSS pseudo-elements to customize bullet points and markers, achieving a cleaner, more polished look.
What specific areas of your project would you like help with?I’d love feedback on: Code Structure: Are my CSS and HTML well-organized? Best Practices: Any unnecessary code or areas for improvement?
P@Stash443Posted 15 days agoYour solution does not contain semantic HTML, try implementing it in future projects it helps with SEO and readability. Also normalize adding comments in your CSS so that you don't get confused next time you view your code after a while. Your code is well structured and readable as well as your media query. Overall you have coded well. Well done.
0 - @doganayurgupluogluSubmitted 19 days agoWhat challenges did you encounter, and how did you overcome them?
It could probably have been coded in a more optimized way, but I wanted everything to be contained within a single container. If there are any mistakes you would like to correct or improvements you would like to suggest, please feel free to provide feedback.
P@Stash443Posted 19 days agoThe code is well structured and readable. Although I've noticed that your solution code didn't include responsive code for mobile screens but all in all it's similar to the design, there's just a slight width difference. Well done.
Marked as helpful1 - @subjectiverealityySubmitted 21 days agoWhat challenges did you encounter, and how did you overcome them?
When I was pushing to Git, I kept making mistakes on the README.md file and had to keep repeating the process of git add, git commit and git push. I have now gotten it to read the way I want it to. The problems originated from using the wrong file paths for the README.md file and my project's screenshot initially.
P@Stash443Posted 20 days agoThe solution was well built, as well as the responsive(media query) part was well structured and understandable. I don't see any improvements that need to be implemented here. Well done.
1 - @kr0ma-gitSubmitted 22 days agoWhat are you most proud of, and what would you do differently next time?
Although the replica itself is not perfect, I'm kind of proud that I was able to pull it off having barely any actual experience on HTML and CSS without relying too much on external sources. What I think I'd probably do differently next time is to organize my time by finishing other aspects first that are way simpler to implement as opposed to those that will take me more time.
What challenges did you encounter, and how did you overcome them?I felt I didn't have to struggle with the image resizing bit, but I did. It was really annoying at first since it kind of destroyed the other parts of the layout. Managed to know what the problem was though and pulled through with it (realizing that transform: scale() does resize the image but just changes how it is supposed to look /fp).
What specific areas of your project would you like help with?I would most definitely need help in formatting the page in a way that accustoms the entire page accordingly based on the window's size and dimensions. Still need to learn that part of styling I guess.
P@Stash443Posted 22 days agoI find the code well structured and the design is close the solution. Nice use of the position property.
0