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?

    I love that thanks to the session storage, the user can reload the page and still see their results.

  • Submitted


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

    I love validation library, called Pristine. I used it here for the second time and love it.

  • Submitted


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

    I really love the animation I made. And this time i used visibility to hide element instead of display. I do not know why is it so rarely used in projects I saw. This allowed me to position share menu dinamicly and to not hard code its width or height

  • Submitted


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

    This time i tried to create a layout with as few containers and wrappers i could preserving semantics. I think it worked out fine.

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

    Code review would be lovely or some kind of it. I know that my code looks all not that good, but do not know how to inprove it for now

  • Submitted


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

    I am the most proud that it actually works and looks decent

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

    It was not and still is not obvious for me how is this thing with slider supposed to be done. Should I have just one? Or is it better to make two of them and replace one with another? How people do things like that? Is there a right way?

    Another one concerns the cart. How are things like that done without backend? So i just did what I thought was right. It works, but i would gladly use some advice

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

    Js in this project looks terrible and i know that things are not done this way. I would love to see different examples of how other people approach things like this

  • Submitted

    Recipe page

    • HTML
    • CSS

    0


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

    I enjoyed making this simple layout without container, using grid.

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

    I would like to have any feedback on the markup and styling.

  • Submitted


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

    It was very challenging to make a markup for this one. I really tried to make it semantic and accessable as possible, but can`t say if i have done a good job or not. It would be lovely if you would take a glance at it and give me some feedback.

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

    Menu markup, positioning of the burger menu and its backdrop. I have tried to make it positioned absolute, but in this way, it was somehow ruining and destorting everything, overflowing body both in x and y axises

  • Submitted

    Advise generator

    • HTML
    • CSS
    • JS
    • API

    0


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

    Only the final result bothers me in terms of user experience - it twickles. I am not sure how to fix it.

    It was a good challenge anyway!

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

    How to make a loader in this particular case? Where do i put it in my code?

  • Submitted


    This challenge was an interesting piece to do. The question I have for the community:

    • how would you make the menu (daily, weekly, monthly)? what tags would you use? how would you ensure usability in case if user has no JS?
    • what are the other options to make the script (get data and switch between time frames)?

    Thank you!

  • Submitted


    This challenge was tricky in markup, so i would love to get some feedback on the decesions I made.

    Also, it would be lobely to here on my script and how wold you make it better.

  • Submitted


    This challenge was difficult for me. There are many week places in my script and i would like to here some comments on what i could do better.

    If You have some ideas on how could i make numbers animations to go one after another better, please let me know. I know about promises and async functions, but can`t quite put them to work.

    Comments on markup and styling are very welcome too!

  • Submitted


    Would love to have some feedback on the markup and styling.

    What would you do differently, if it was yours?

    What would you ask me to change, if you were my collegue, who will work with it after me?

    Thak you all for your time!

  • Submitted


    Would love to have feedback on my script and markup.

    I have tried to match all the requirements including accesability using keyboard only.

    Let me know if i could have done something better!

  • Submitted


    I would love to have some critics on my codestyle. I have never worked with other people yet and don`t know if what i do is okay or not. And also i would like to know your oppinion on my fetch there

  • Submitted


    Hello! I am ultra newbie thus any comments are valuable! But here are some questions, that bother me the most:

    1. what would you do to make this component more accessable?
    2. what would you fix in my markup to make it more semantic?
    3. how would you organize here js better?

    As the project is not big at all, I would be gratefull for anyone to check it out and tell me what should I do better in future projects