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 comments

  • George Kandelaki• 560

    @GeorgeKandelaki

    Submitted

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

    I am proud of myself, that I did this challenge. When I first saw it, I had already given up on it, but then I remembered the quote "Just Do It!" and right now I did complete it with Vanilla JS. I am also proud of how I am getting better a Writing Code and Improving my Skills. I believe that the Code I Wrote is Reusable, DRY, has Small Amounts of Repetitions, is Clean and Readable. I also Improve my Skills with working data, where in past I didn't even know how to work with data.

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

    I encountered many challenges. Like searching for replies, it was really difficult, because replies are nested and the most hardest part was deleting the comments, also I didn't know that splice() method is used for deleting elements, and that made deleting elements really hard. Lucky for me I learnt new thing, which is Recursion. I had to use recursion to search and delete elements in the data.

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

    I don't have any questions. Every feedback is gladly welcomed. Also Please tell me my mistakes especially in JavaScript, So I can get better at Writing Code and Improve My Skills. Thanks a lot! :)

    TPAIN22• 370

    @TPAIN22

    Posted

    why i cant upvote a comment or reply ??

    0
  • TPAIN22• 370

    @TPAIN22

    Posted

    well done

    0
  • TPAIN22• 370

    @TPAIN22

    Posted

    well done

    0
  • TPAIN22• 370

    @TPAIN22

    Posted

    great work

    0
  • TPAIN22• 370

    @TPAIN22

    Posted

    😅😅😅 ايه دا يا منار انتي معملتيش حاجة

    0
  • TPAIN22• 370

    @TPAIN22

    Posted

    the success message should show the email i entered not your email

    1
  • TPAIN22• 370

    @TPAIN22

    Posted

    you did great work but the result is not showing and in the interest rate it should be allowed to add float number

    0
  • P
    Smaylen5• 430

    @Smailen5

    Submitted

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

    I'm proud of the entire script. It's the first experience where most of the code is copied and adapted for my purpose. It was a lot of fun to understand others' code and find ways to use it in my case.

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

    The biggest challenge was coloring the input range slider. After some research, I found out that it's an element of the shadow DOM. So, I came across a JavaScript code that changes the color, and I adapted it to my needs:

      input.style.background =
        "linear-gradient(to right, #A4FFAF 0%, #A4FFAF " +
        fillPercent +
        "%, rgb(15, 23, 42) " +
        fillPercent +
        "%)";
      output.textContent = val;
    }
    

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

    Unfortunately, I've written many if statements both in the function to generate the password and in the function that checks the password strength. I know that a good refactoring is needed, but for now, I have no idea how to proceed.

    TPAIN22• 370

    @TPAIN22

    Posted

    nice

    0
  • TPAIN22• 370

    @TPAIN22

    Posted

    nice

    0
  • shalri• 530

    @shalri

    Submitted

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

    I am pleased with how I implemented the time frame cards. I had a hard time since Tailwind didn't play nice with the conditional classes I was passing through. I had to rawdog some CSS to make it work.

    I also feel that my grid skills are improving.

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

    The challenge I encountered was making the time frame cards reusable for all the time frames. Since they have some custom backgrounds I had to do some setup.

    I am quite proud of how this challenge turned out. I added some UI enhancement for good measure.

    I also didn't have the Figma files, so I was just eyeballing the mockup.

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

    I am good for now. I am having fun and learning so much from these challenges.

    TPAIN22• 370

    @TPAIN22

    Posted

    perfect

    0
  • shalri• 530

    @shalri

    Submitted

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

    I integrated a lot of libraries into this challenge since I wanted to test and learn how to use them. I focused on enhancing the UX with animations. I am quite happy with the result of this challenge.

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

    This challenge also showed the importance of a .fig file. I spent most of the time pixel-pushing to set the dimensions, spacing, and layout just right. I am proud of the results since I was only eyeballing it.

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

    I am all good for now. I am enjoying the challenges!

    TPAIN22• 370

    @TPAIN22

    Posted

    perfect

    0
  • shalri• 530

    @shalri

    Submitted

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

    I learned how to use NextJS Image tag to render the appropriate image file for the screen size. I also sharpened my grid skills from this challenge.

    I rolled my own tooltip functionality to share social links. I wanted to practice using React hooks to have a solid foundation for more complicated challenges. I am quite proud of the UI enhancement I made.

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

    This challenge showed the importance of a .fig file. I spent most of the time pixel-pushing to set the dimensions, spacing, and layout just right. I just focused on coding the functionality. I am proud of the results since I was only eyeballing it.

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

    I am all good for now. Enjoying and learning so much from these challenges.

    TPAIN22• 370

    @TPAIN22

    Posted

    perfect

    0