Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted


    What are you most proud of, and what would you do differently next time?

    It's been a while since I worked with forms hence why I took up this challenge. It was certainly refreshing. Decided to even have some fun with it and added an animation and extra error messages for the error states. The animation has a timeout and reapplies every time the user tries to submit an empty or invalid form values.

    What challenges did you encounter, and how did you overcome them?

    How to allow decimals in the number input field, using patterns, moving to the next input field using tabindex etc. Stack overflow made all this simpler for me.

    What specific areas of your project would you like help with?

    Using commas on the amount input field and also when displaying the results. I'm still looking to this but any help would be appreciated.

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I'm proud of how I tackled this project. I decided to use the json to populate the DOM and carry out all my actions with the dynamically added elements. It was a whole lot of fun. Next time maybe I'll use append and appendChild as opposed to template literals.

    What challenges did you encounter, and how did you overcome them?

    Keeping track of the cart count, toggling between the add to cart button and the increment/decrement button, displaying the added products in the modal etc. All I can say is this challenge definitely isn't a junior challenge

  • Submitted


    What specific areas of your project would you like help with?

    I built this a long time ago and I'm currently working on new projects so any help with not allowing the add todo button to add an empty todo would be welcome

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I am mostly proud of how I was able to achieve the menu and implement the dropdowns

    What specific areas of your project would you like help with?

    Currently on mobile you can only view the dropdowns if you're using an android. I did my research and ios does not really work with hover states and the solutions i found on the internet are no longer working(since 2014), its like ios has become even stricter on hover states. So I would very much like help with that. Thank you

  • Submitted


    What are you most proud of, and what would you do differently next time?

    After a period away from programming. I recently started taking a course and attempted this as a challenge based on what I'd already learnt. I am proud of how easily I was able to create the layout and apply the styling. As for what I would do differently next time, I would take some more time to draft out the layout for easier understanding

    What challenges did you encounter, and how did you overcome them?

    Creating the news section to start exactly where the elements above started was an issue. I over came this by just doing the very best I could and I can say I achieved a good part of it.

    Another challenge was the menu close button icon and overlay. I overcame the close button issue in two ways; one was by using the unicode character "×" and two by declaring it as a background image. The overlay was achieved using boxShadow in JavaScript and toggling it on and off when the menu is opened and closed

    What specific areas of your project would you like help with?

    My menu overlay isn't exactly the best menu overlay out there. So any reviews as to how to make that better would be appreciated