just aligments
What challenges did you encounter, and how did you overcome them?trying to copy the exact widths and heights of the design
just aligments
What challenges did you encounter, and how did you overcome them?trying to copy the exact widths and heights of the design
Hey everyone! Just wanted to share a little review on the recipe page I created. I focused on keeping the layout clean and user-friendly, making it easy to follow the steps. Here’s a quick overview:
Presentation: I organized the ingredients and instructions separately, so it’s simple for users to read through each section without getting overwhelmed. I might add a few icons or images alongside each step to make it feel even more engaging and visually interesting.
Readability: I chose a clear font for easy reading, but I’m thinking about bumping up the font size for the instructions a little to make it even easier on the eyes.
Images: I added some delicious-looking food photo to keep the page lively. I’m considering adding a subtle hover effect on the images for a touch of interactivity.
Personal Touch: I’m thinking about adding a short intro for each recipe—maybe a fun fact or a little story about why I love it. I feel like this would make the page feel more personal and relatable.
Mobile View: I’ve tested it on mobile, but I’d love some feedback on how it looks on smaller screens. I want it to be just as functional on phones since many people use their devices while cooking!
I’d love any feedback or suggestions to make it even better. Thanks for taking a look! 😊
Here’s feedback:
2.Content Clarity: The information is clear and concise, making it easy for users to understand.
3.Engagement Features: Interactive features like bio links and social icons are well-placed, allowing easy connection.
4.Suggestions: Colors and fonts could be a bit more vibrant, and the "About" section could have a more engaging, personal touch.
Yes here some feedback on the solution: 1.Accessibillity: I have add some aria-label and role attribute that will be accessible and easy to use for the users.
2.Sementic Markup: I use some sementic markup in this project as much as I could.
3.Responsive Layout: It is also responsive on mobile and desktop as per requirments of project.
4.Code Quality: Clear, readable code is essential for maintainability. Using proper indentation, meaningful variable names, and comments can make the code easier to understand for others or yourself in the future.
I'm proud of the fact that I could go through this challenge and build this project despite the fact that I haven't worked on any projects in a while.
I will be using other frameworks like react, vue, angular, etc to enhance my knowledge of new technologies differently in the coming projects.
What challenges did you encounter, and how did you overcome them?I had forgotten how to center a div and get border-radius, but with the help of w3schools I was able to overcome these challenges
To give high-quality, constructive feedback on a solution with these criteria, here’s how you might break down your evaluation:
<header>
, <footer>
, <main>
, <section>
, <nav>
, <article>
, and <aside>
are used properly. These help screen readers and search engines understand the page structure.<label>
tags associated with each input for accessibility.Using this framework to provide feedback will help guide the developer toward creating a polished, accessible, and maintainable solution.