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?

    This project has taught me a lot about React, especially in areas I wasn't previously familiar with. I've learned about the useContext hook, useEffect hook, and useState hook 😊. I'm proud that this challenge was tough and pushed me to my limits. It highlighted areas I haven't mastered yet, which pushed me to learn and solve problems. #Growth 🌱🚀

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

    One of the challenges I encountered was understanding and implementing the useContext hook in React. To overcome this, I relied heavily on tutorials and the official React documentation 📚. These resources provided clear explanations and examples, which helped me grasp the concept and apply it effectively in my project 💡.

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

    I would love some expert feedback on the use of hooks in my project 🔄. Specifically, any insights or tips on effectively utilizing useState, useEffect, and useContext would be greatly appreciated 🙌.

  • Submitted


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

    🔍 Delving into this challenge proved to be immensely fulfilling; it not only expanded my knowledge but also pushed me to explore further. As someone deeply passionate about cybersecurity, the opportunity to construct a tool capable of tracing IP addresses was truly exhilarating.

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

    The API stumbled upon an issue while fetching a domain 🌐, consistently returning an error claiming "incorrect IPv4/IPv6 address" whenever I attempted to input a domain name. 🤔 Odd, considering the API is meant to handle domain name retrieval. 🤷‍♂️

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

    fetching the domain name

  • Submitted


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

    🎉 I'm delighted to have taken on this project using Vanilla JS! After spending some time exploring React, it feels great to dive back into vanilla JavaScript. I found joy in manipulating the DOM and crafting the logic for calculating tips. Each day, I'm thrilled to see my skills evolve, whether it's mastering Sass, refining CSS, or delving deeper into JavaScript. Here's to continuous growth and learning! 🚀😊

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

    🌟 Embarking on my first steps in Bootstrap has been an exciting journey! While it's not overly complicated, there's a wealth of helpful features that can be a tad overwhelming at first. However, I faced the challenge head-on and found joy in overcoming it. With each hurdle, I gained valuable insights and grew more confident in my Bootstrap skills. Here's to many more milestones and triumphs ahead! 🚀😊

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

    🔍 Seeking feedback from seasoned gurus is a wise move to refine my skills further. Their insights and guidance can pinpoint areas for improvement that I might overlook on my own. I'm eager to receive constructive feedback that will help me elevate my work to the next level. With their input, I'm confident I can refine my craft and strive for perfection.

  • Submitted


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

    🚀 Just the other week, I embarked on a thrilling journey into the world of React.js, and guess what? I've already crafted this awesome project! It's a testament to my passion for JavaScript and its vibrant ecosystem of libraries and frameworks. Sure, the project isn't flawless, but hey, every mistake is a stepping stone to enlightenment, right? I thrive on learning and embracing my blunders because they're my gateway to new discoveries. 💡 Overall, I'm bursting with pride for the dedication I poured into this project and the countless hours I spent devouring React tutorials. Shoutout to @net ninja for the insanely clear and concise tutorials that paved my path to success! 🙌.I also lerant sass css and its really amazing.

    But guess what? This is just the beginning! 🌟 I'm eagerly looking forward to diving even deeper, learning more, and tackling bigger challenges. 🚀 With each challenge conquered, my skills level up, and I'm all geared up to reach new heights! 💪 Let the adventure continue! 🚀

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

    🔄 Transitioning from vanilla JS to React was like navigating through a maze 🌪️. Sure, it wasn't a direct path, but boy, was it exciting! 😅 Coming from a background of traditional HTML, diving into JSX felt like entering a whole new dimension 🛸. And let's not even talk about the sheer amount of content to absorb – it felt like diving headfirst into an ocean of knowledge! 🌊

    One of my biggest hurdles? Mastering the art of fetching data from JSON using useEffect. 🤔 At first, it felt like I was wrestling with a stubborn beast, but hey, practice makes perfect! 💪 After revisiting tutorials and tinkering with my code, I finally cracked the code, quite literally! 💻

    But oh, the saga didn't end there! 😅 My data stubbornly refused to show up in those sleek little cards 🃏. It took a whopping 13 hours of relentless debugging and experimentation to get everything working smoothly. When those cards finally displayed my data, you bet I did a little happy dance! 💃

    Looking ahead, I'm eager to connect with the brilliant minds of the frontend community. 🤓 I can't wait to submit my work to Frontend Mentor challenges and receive feedback from seasoned pros. 🚀 Their insights will be invaluable as I strive to level up my skills and become the best developer I can be! 💻✨

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

    Learning to fetch JSON data in React can be a bit of a maze 🌐. With tutorials offering various methods, finding the right path can feel daunting.

    Then there are those array methods like .map and .filter 🤔. Understanding their purpose is one thing, but implementing them seamlessly can be tricky.

    But hey, we're all in this together! With determination and the right guidance, we'll conquer these challenges and level up our React skills 🚀💻

  • Submitted


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

    I am most proud of the progress I've made in my JavaScript journey 🎉. Consistently taking on challenges has significantly improved my understanding of JavaScript concepts 💡. Next time, I will actively seek out more JavaScript challenges 🧩 and tackle them as I continue to grow each day 📈. This approach will help me deepen my understanding and mastery of JavaScript concepts I also used less for styling which was fun.

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

    I encountered challenges in updating HTML content dynamically using JavaScript and implementing a monthly/yearly toggle button. To overcome them, I broke down tasks into manageable steps and utilized JavaScript functions for dynamic updates, while implementing the toggle button with event listeners and conditional statements.

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

    How to dynamically update content using js