Latest solutions
Latest comments
- P@KoxoneSubmitted about 1 month ago
- @ObiwummaSubmitted about 1 month agoWhat are you most proud of, and what would you do differently next time?
I'm proud of the fact that I took my time on this project. Struggled through the functionality
What challenges did you encounter, and how did you overcome them?I encountered multiple issues, such as trying to make different functions run at different screen sizes. To solve this, I implemented the window.matchMedia() method, which allows JavaScript to dynamically respond to screen size changes, similar to CSS media queries.
Another issue was that my code worked well in Chrome DevTools but refused to work in my main browser window. To fix this, I wrapped my entire script in "DOMContentLoaded" to ensure it runs only after the HTML document has fully loaded. I also specified the screen size precisely.
What specific areas of your project would you like help with?This is my first JavaScript challenge in a long time. My code writing style is amateur. There are probably better ways I could do this so I'm open to all opinions
@nakelcodePosted about 1 month agoWow this is done well. I'm a newbie in web development and i really struggle with this project especially the active share button on desktop mode and i'm still not done with it. I just upload my own on here, can you please check it out and tell me what you think
Marked as helpful0 - P@madmarketingproSubmitted about 2 months agoWhat are you most proud of, and what would you do differently next time?
I couldn't figure out how to position the quotation image as a background image within the first box so that the text could overlay it. Any advice on how I could have done this? Also, is my code relatively clean? I'm always concerned about how orderly my code is and looking for tips on how to frame it to be cleaner.
- @AAB007209Submitted 3 months agoWhat are you most proud of, and what would you do differently next time?
Was able to practice the Grid Layout after long time. Few more times to practice next then I will get comfortable with the Layouts.
What challenges did you encounter, and how did you overcome them?The major challenge for me was to design the card in Rhombus format as shown in the design for Larger screens. I knew that I need to used Grid layout but did not know how to do it actually.
I referred other person's Github repo and fixed the code. Now I learnt about the Grid layout properties little.
What specific areas of your project would you like help with?I want people to view my code and tell me is their any other way of doing the same thing or few Enhancements that would be helpful.
@nakelcodePosted 3 months agoDamn this look so good please if you are willing to connect, can you reach out on way we can be in touch cause self taught is quite challenging and i need help. Your Instagram, Number or any way we can keep in touch is cool
Marked as helpful0 - @mohsinaalimaSubmitted 3 months agoWhat specific areas of your project would you like help with?
all feedbacks are welcome
- @bluefrag22Submitted 3 months agoWhat are you most proud of, and what would you do differently next time?
I actually thought I was going to waste time creating but it actually turns out I did it super fast and I'm proud of my speed
What challenges did you encounter, and how did you overcome them?how to create the space in the nutrition section
What specific areas of your project would you like help with?how to create the space in the nutrition section
@nakelcodePosted 3 months agoFor the nutrition section, use table tag while maintaining the text to the left
Marked as helpful1