Latest solutions
Responsive Newsletter Sign Up with Success Message
Submitted 6 months agoI'm satisfied with the current state of the project and don't require any further assistance.
Responsive Article Preview Component
Submitted 11 months agoI would like help with mouse events in JavaScript, in this example I used
mouseenter
&mouseleave
events but the result is not quite satisfactory at least for me.Responsive Testimonials Grid Section
Submitted 11 months agoI would like help on how to use the grid and how to use the mobile-first approach.
Responsive four card feature section
Submitted 11 months agoI'd appreciate some guidance on maintaining the mobile-first approach for this project, particularly with regards to responsive design techniques in HTML and CSS.
Responsive product preview card component
Submitted 11 months agoI would like help with the mobile-first approach.
Responsive Recipe Page
Submitted 12 months agoI would like help with media queries, specifically for determining screen width for responsive design. Additionally, I would like to learn more about accessibility.
Latest comments
- @KSnape34Submitted 6 months ago@5alidevPosted 6 months ago
Congratulations on completing the newsletter sign-up project!
On reviewing your code, I noticed a potential improvement with the success message. Currently, the mobile version's image seems to be used for desktop as well. Consider using a separate illustration specifically designed for desktop to enhance the user experience on larger screens.
Secondly, regarding the GitHub repository, there's a way to optimize file management. You can ignore pushing the
design
folder andstyle-guide.md
to the main branch. This can be easily achieved by adding them to the .gitignore
file like this:/design /style-guide.md
Ignoring these files helps keep the repository focused on the core code and avoids unnecessary clutter.Overall, great work on the project! Keep up the good coding!
0 - P@nvallineSubmitted 11 months agoWhat are you most proud of, and what would you do differently next time?
This was a fairly straight forward challenge and I feel like I was able to complete the HTML & CSS fairly quickly.
What challenges did you encounter, and how did you overcome them?Deciding how to manage the JavaScript to complete the desired actions for the share icon was a challenge at first. I decided to add/remove classes when the share icon was clicked.
What specific areas of your project would you like help with?If there is a better way to handle the JavaScript interactivity, I am all ears.
@5alidevPosted 11 months agoCongratulations on completing the challenge! Your solution is impressive and closely mirrors the provided one. I believe being a pro member and having access to the original Figma files made a difference. Keep up the excellent work. Just a small note: in your GitHub repository, you can exclude the design directory from uploading.
1 - @taiwogbadamosiSubmitted 11 months agoWhat are you most proud of, and what would you do differently next time?
Grid was easier than I thought!
What challenges did you encounter, and how did you overcome them?the structure of each div was way more complex than i expected! i thought that would be a breeze but it took up the majority of my time.
What specific areas of your project would you like help with?None
@5alidevPosted 11 months agoFirstly, congratulations on completing the challenge. I have a few minor suggestions for you: 1- Consider using a separate CSS file for styling. 2- You might want to add a wrapper or container to your cards for perfect and easy centering. 3- You can remove unnecessary files from your GitHub repository, such as the Design folder, README-template.md, style-guide.md, and the .vscode folder.
Overall, your solution is good and responsive; it just needs some minor retouching.
Marked as helpful0 - @Sekarsk18Submitted 11 months ago@5alidevPosted 11 months ago
Congratulations on completing the challenge! Your solution looks great, and I've learned from it. Keep up the good work.
0 - @gia-grigalashviliSubmitted 11 months ago@5alidevPosted 11 months ago
Firstly, congratulations on completing the challenge. I have just a few minor notes for you:
1- The image isn't loading in the desktop version, so please double-check the image source to ensure its correct. 2- The Button icon and text aren't perfectly aligned. Overall, your design is good and closely resembles the original, especially regarding the card size.
0 - @CMP2007Submitted 12 months agoWhat are you most proud of, and what would you do differently next time?
Even with the limitation of having the measurements of the element, I feel that I managed to recreate the dimensions and positions of the elements in the project quite well.
What challenges did you encounter, and how did you overcome them?Actually, due to work reasons, I have not had the time I would like to dedicate to programming, so this project was a way to review basic knowledge.
What specific areas of your project would you like help with?I still have very little experience with this type of practice, so I would appreciate any opinions or suggestions, especially if you find any mistakes I have made or any aspects in which I can improve.
@5alidevPosted 12 months agoGood job! Nothing to add. Just a small note: when the width is 375px or below, the recipe image is not centered. You may want to consider fixing that.
1