Daniel king
@thedanielkingAll comments
- @Tasin269Submitted 9 days ago@thedanielkingPosted 3 days ago
Hi, I think you submitted the wrong code link for the project. The design is meant to be a result summary component and not a recipe page.
0 - P@To-be-SunSubmitted 23 days ago@thedanielkingPosted 10 days ago
hi man, good work there. A few takeaway here though:
- Its obvious home tab is visible on how it doesn't flex to be side by side.
- I think creating an html page for each since tab isnt ideal frs. Try looping through a data.json file to put those section when needed in the code.
0 - @snigdha-sukunSubmitted 29 days ago@thedanielkingPosted 19 days ago
Hi there, great work. I love the movement you did with the features section. I just think there is alot of css property involved in the javascript and it looks a little confusing. For readability, you can write a few comment lines to make it easier to learn from you.
0 - @hansaldevSubmitted about 2 months ago@thedanielkingPosted 27 days ago
Nice Javascript. I loved the logic behind it making it seamless. I think you forget to put a hover effect on your navbar and also, the menu button should be on the left so that it can be directly under the close button for better user experience. Great work! Keep coding!
0 - @cas1092Submitted about 1 month ago@thedanielkingPosted about 1 month ago
Hi there, nice attempt and I love the way you made the responsiveness on the work grid. A few takeaways I'm sure you are aware of.
- The nav list are not styled properly. You can style the over effect using the ::after element in css.
- Also, the footer should be justified space between to give space and also the socials should be flex-end to start from the end. Great work by the way and keep on coding. You'll get there!
0 - @a5420bcSubmitted about 1 month ago@thedanielkingPosted about 1 month ago
Good work man. I think you should try external styling next time which gives a bit more organization for code and makes it easier for other developers to go through your code.
0 - P@marcello88cSubmitted about 1 month ago
- @gowthamjk08Submitted 2 months ago@thedanielkingPosted 2 months ago
I love how your JavaScript code is so concise honestly man. Well, i think you already know what's up with your code but for clarity sake ill just state the obvious. In simple terms the styling, i am referring to the coloring, is not the same as the design. Im sure you can figure that out easily.
Marked as helpful0 - @hyperavtrSubmitted 7 months ago
- P@jdillard2532Submitted 3 months ago@thedanielkingPosted 3 months ago
Hi there, nice work you did there. I love the way your javascript looks clean. Keep it up man.
0 - @RohloffmeisterSubmitted 3 months agoWhat are you most proud of, and what would you do differently next time?
That i made it in a short amount of time. Better naming of classes and ids.
@thedanielkingPosted 3 months agoHi there, good work man. A few words on your work if you dont mind. Try working more on learning how to center your container to the middle. There are several ways you can but setting "Height= 100%" makes the chrome scrollable and doesnt look good in a big screen size. Other ways i center mine is using: "position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); margin-right: -50%; " there are other ways you can. Your colors too can be improved on by matching the colors and padding used in the submit button too.
0 - @calvinvinSubmitted 3 months agoWhat are you most proud of, and what would you do differently next time?
More practice on html form elements, css container queries, and javascript.
@thedanielkingPosted 3 months agoWow, i love how your code is so clean and the way your javascript is refractored. Looking to learn that from your code.
1 - @AbdelmonemMareiSubmitted 7 months agoWhat specific areas of your project would you like help with?
I appreciate any feedback or suggestions helping me to improve my next challenge. Feel free to leave a comment.
- P@pelzmagicSubmitted 9 months agoWhat are you most proud of, and what would you do differently next time?
I had a problem with writing my media queris for the mobile design, but, i am proud that i was able to overcome this challenge eventually. I intend to be faster with future projects next time.
What challenges did you encounter, and how did you overcome them?I had a problem with writing my media queries, but i was able to overcome this challenge with adequate research on css media queries.
@thedanielkingPosted 6 months agoHey, great job. Well, everybody has their own ways but writing less code is more advisable especially for the Regular expressions test. I suggest you use /.+@.+..+/ but as I said, there are other better ways.
Also, for the @media query, I think it's more easier when you plan how to write the code for the large before the smaller screen. And using responsive units like em and rem could soften the load.
0 - @Raptor0x1Submitted 8 months agoWhat specific areas of your project would you like help with?
- I need help with the image in the component. You can compare the image in my attempt to the solution. The image is somehow cropped and there's some space left in the desktop view at the bottom. It's most likely due to image.
- Any suggestions would be appreciated on making the javascript code more efficient?
@thedanielkingPosted 8 months agoNice work man. I had the same issue concerning the image since from the solution it appears to be cropped. I like you JavaScript as well. Could you by chance in a line explain the condition for your JavaScript ?
1 - @JoelJohsSubmitted 9 months ago
- @BANKOLEDOSubmitted 9 months agoWhat are you most proud of, and what would you do differently next time?
I was able to utilize CSS Grid Finally and I am proud of the results
What challenges did you encounter, and how did you overcome them?When i tried to make the webpage responisive, i had issues with the row and column gap, i was able to overcome it by checking out about grid in MDN.
What specific areas of your project would you like help with?I am open to suggestions
- @ahmedmohamedagSubmitted 10 months ago@thedanielkingPosted 9 months ago
Good job there, I just think you could work a little on your colors and the font weight especially in the price section.
0