None
What challenges did you encounter, and how did you overcome them?None
What specific areas of your project would you like help with?None
None
What challenges did you encounter, and how did you overcome them?None
What specific areas of your project would you like help with?None
Hey, hope you´re doing well, i encounter some problems in your solution:
"I’ve learned how to use BEM and plan to improve my BEM structure as I continue learning."
What specific areas of your project would you like help with?nothing in particular any tips will be helpful
Great solution, very accurate, the only thing that is missing are the active states for title and name of author.
Excellent solution! Maybe in this project there was no need to use React-router, in the live site when clicking in any nav page it redirects to a empty page with 404, that's no a good user experience.
Great solution, you should add an anchor tag to elements that are supposed to be navigables, like the navbar items or the articles in the aside section.
I’m most proud of implementing real-time validation with accessible error messages, which improves usability for screen readers and provides immediate feedback for users. If I could do it again, I’d focus more on refining error-handling logic and exploring more advanced accessibility techniques, like dynamic ARIA live regions for validation updates.
What challenges did you encounter, and how did you overcome them?Debugging the radio button styling was another hurdle. I needed to ensure the correct background colour appeared only when a button was selected, removing the style if unchecked. By creating functions to manage background and border changes, I achieved a cleaner, dynamic approach that adapted to the user's interactions.
To fix this, I refactored the function to use Array.from().some() only, allowing me to check if any radio button was selected. This way, the function returned true if at least one radio was checked and false otherwise, making the validation logic much simpler and more reliable. This approach enhanced both the accuracy and readability of the validation process.
Great solution, i encounter some bugs when using the autocomplete in First and Last name inputs, if i use autocomplete it appears the error of invalid input, and you also should verify the space of the error messages, because some errors overlap the label that is below it.
Great solution, maybe you should add a fixed width to the card so it don´t increase its width when one answer in the accordion is deployed.
Wow, i really liked the transition between components.
I'm proud that I completed the project and figured out the JavaScript, even though I relied on a lot of help from Google along the way. There's still a lot for me to learn, and I want to keep improving my JavaScript skills so I can solve problems more independently in the future.
What challenges did you encounter, and how did you overcome them?Sure! Here’s a more concise explanation of how you handled coding the error state: One of the challenges I faced was implementing an error state for the "Number of People" input before performing calculations. In the calculateAmounts function, I check if the input is empty or less than or equal to zero. If so, I set the outline color to red and displayed an error message, using return to prevent further calculations.
If the input is valid, I reset any error states, ensuring calculations are only done with valid data. This approach provides immediate feedback to users and enhances the overall functionality of the tip calculator.
What specific areas of your project would you like help with?Need more practice solving problems with JavaScript. I intend to do more problem-solving.
Great solution overall! Maybe you should add validations to Bill and Custom tip inputs
Great solution, i like the contrast you do with the colors
I really learned a lot about display grid and it's properties. I really liked working with it.
What challenges did you encounter, and how did you overcome them?OK, I need to admit it, I was really difficult form me to this on my own, I had to ask for help and some tips on how doing the “share option” when you click on the share button. I also had a lot of trouble on changing the content of the mobile version. Although it was a really challenging project which make me kind of frustrated at some point, in the end it was nice to complete the challenge.
What specific areas of your project would you like help with?I really need to learn more about CSS animations and stuff like that. That pop up that come when I click share in the desktop version was really difficult for me so, any help I'm thankful.
Wow! amazing solution, i´ll learn from you your animaltions, mine don´t result as good as yours.
Been able to complete the challenge without anyone help
I used Tachyons on this for practicing even though I don't think it was worth it. I ended up using a lot of custom css classes
What challenges did you encounter, and how did you overcome them?The layout is a bit unorthodox so I felt that it was tricky to recreate it.
What specific areas of your project would you like help with?Choice of html tags and the choice of html structure.
Great solution, maybe you should consider doing it with grid too, that way you´ll practice and learn to make with both aproches, with flex and grid.
Hey, hope you doing great! About your solution maybe you should improve your semantic and use less divs, i.e <main>, <footer>, but overall your solution is amazing!
I am proud of my semantic html, involving researching the different elements and how they should be used, such as the section tags and also the article tag for the recipe.
I am also proud of my ability to make the design responsive, where it switches from the desktop/mobile view with the use of media queries.
I believe the end result is pretty good and matches the figma design.
What challenges did you encounter, and how did you overcome them?I encountered challenges with the various padding and spacing within elements, such as between the bullet point on the lists and the list item, having to add classes in order to achieve the right spacing as per the figma file.
What specific areas of your project would you like help with?I would like some feedback on both my semantic HTML and also the responsive element of my design. Should I be using pixels for media queries and have I done it in the right way? What other changes should I make to have this as responsive as possible?
Hey, everything seems good in terms of HTML semantic and responsiveness of your solution
Overall, I'm very pleased with how the project went. I'm most proud of the planning I put in before starting, in which I broke down the task into lots of small subtasks that I worked through. This really helped me focus on what needs to be done next and not on the whole project. What I will do differently next time is organize a little more and ensure I can access the information I need more quickly. I'm sure this will be refined over time.
What challenges did you encounter, and how did you overcome them?The two main challenges for me were making the text reduce in size depending on the device (I used rem's in the end. I hope that is correct?) and the hover effect. After some research, both were much simpler to implement than expected. I also changed the cursor to a pointy finger on the hover. ;-)
What specific areas of your project would you like help with?I feel like everything is okay, but I have been looking at this for too long. Please let me know if anyone sees something I have missed or that is incorrect. Thank you.
Hope you are doing great, your solution is so good, i think there is no need to change anything.