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'm proud of how I perfectly organized the page to match the designs. I added some extra animations to make it more interesting.

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

    There weren't any particularly difficult challenges here; everything went smoothly and perfectly.

  • Submitted


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

    In this project, I learned two important skills: 1- How to create a range slider. 2- How to create a toggle switch.

    It was really fun building them, and I'm happy to have learned these new techniques.

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

    I didn't know how to make a range slider or a toggle switch, so I researched and learned how to create them.

  • Submitted


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

    This is my first time building a website of this complexity. I've put in a lot of hard work to complete it, and while I'm sure there are still many issues to address, I'm proud of what I've accomplished. I hope to continue improving as I gain more experience!

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

    The biggest challenge I faced was adding the overlay effect (the black shadow that appears when pressing the menu button or the 'Back This Project' button). Despite my best efforts, I struggled to find a solution

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

    I would appreciate it if someone could show me a method for creating that overlay effect.

  • Submitted


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

    I'm proud of how much better I'm getting at creating responsive navigation bars.

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

    It took me over 3 hours to finish the header component. It was complex, and I had to focus on each part individually.

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

    I would really appreciate it if someone could review my code and suggest different ideas for creating a responsive navigation bar. Any feedback is greatly appreciated.

  • Submitted


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

    I'm really proud of every line I wrote in this project. As someone new to creating this type of website, I feel that I'm making significant progress. Next time, I might focus on styling each component (header, main, and footer) separately—starting with the mobile version and then moving on to the desktop version (For each component).

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

    I encountered some difficulties when transitioning from the mobile version to the desktop version, especially because I styled the entire website for mobile first before adapting it to desktop. The process became confusing and complex, prompting me to change my approach.

  • Submitted


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

    I'm still learning JavaScript, but I feel like I'm making good progress. In this recent challenge, I'm particularly proud of the clean and organized code I created.

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

    The biggest challenge I faced was figuring out how to structure my JavaScript code properly while accounting for all the edge cases in the app

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

    I'd appreciate it if someone could review my code and offer suggestions on how to improve it.

  • Submitted


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

    spent a lot of time trying to position the picture correctly.

  • Submitted


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

    This is my second time creating a website like this, and I'm really proud of the responsive navbar code because it was the most challenging thing I've ever made.

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

    I spent quite a bit of time figuring out how to make the header responsive. I wanted to avoid copying the navbar HTML code twice—once for the mobile version and once for the desktop version—since that's not the best approach.

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

    I'd really appreciate it if someone could take a look at my navbar code and help me figure out how to make it slide, as keyframes didn't work well for me.

  • Submitted


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

    I learned how to make my website responsive using JavaScript's resize event, and I also mastered the use of the 'mouseover' and 'mouseout' events.

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

    The biggest problem I encounter is how to make my ".expenses-graph" responsive.

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

    I would really appreciate any ideas on how to improve my JavaScript code.

  • Submitted


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

    I'm mostly proud of my clear and organized JavaScript code. It was really fun working on this project.

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

    Maybe the only challenge I encountered was in making my JS code shorter and more efficient.

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

    I would really appreciate it if someone could take a look at the my code and give me some feedback, as it really helps me improve.

  • Submitted


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

    I'm mostly proud of my Javascript code. I've just started learning it, and I guess I'm doing a great step through it.

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

    I had to work on positioning the cards, which was quite challenging, especially when transitioning from the mobile to the desktop version. It took me about an hour to get the code right.

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

    I would really appreciate feedback on how clear and organized my code is. If you have any better ideas for positioning the cards, I would greatly appreciate it!

  • Submitted


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

    I'm proud of learning how to make my form interactive. Thanks to this challenge, I learned how to write clear, comprehensible, and efficient JavaScript code.e.

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

    When I build a project, I start with CSS before moving on to JavaScript. This method takes a lot of time, especially when you have to re-style your website to match the design exactly. Then, I tried a second method, which is to always begin with the JS.