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 think I am proud of this project because i know I increased my level , I learned new hooks , new methods . I chose this project for test my react skills and I'm so proud of it

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

    I had somes challenges like how to edit my the replies comment. everything about the subcomment was quite difficult , so I learned before how to deal the json arrays. Also how organize my code with useReducteur and useContext

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

    I have a few questions: I couldn't put my modalDelete, I had some difficulty with it, how to do it. readme.md says that the top level comment should be ordered by their scores: how did you do it? I would like to have feedback on how to improve and manage my code, I think this is my weak point? How do you think about the use of hooks (useReducer and userContext) from the start of the project? finally, I want to make it a full stack project using node.js (express.js), if you have any advice for me THANKS

  • Submitted


    Hi, this was my first project, with REACT-ROOTER-DOM and I will appreciate if you would like to give me some advice on its use.

    1. On my second page I created two sections and used a BACKGROUND-IMG for my second section to put an img. I used display flex and directional row and column to switch between desktop screen and mobile screen, but my problem is that I can't use height: 100% or width 100%, I have had to use the px or vh. This is not good when page scroll, how can I improve it?
    2. how to add a css style on the <option> balise in the <select> balise or should you use css frameworks?
  • Submitted


    First of all I had been struggle about how display the page thanks after submitting of form and secondly how to change the image src betwen the mobile screen and the desktop . I am not sure of the App.jsx because I think there are others , much simpler paths. I'd like the community to give me feedback on my code because that's the only place I can get it

  • Submitted


    Hi ! For this challenge i created a component task representing a Task and added props like title , colors.... then I used the function maps on the data.json in the App.js to insert the Tasks. I would like to know if this is a good practise ? for the navigation i would like to have some suggestions because I think there are others much better than mine

  • Submitted


    I completed this challenge . Your feedback are welcome

  • Submitted


    In this project the most difficult for me was to find the right HTML structure so it will be nice if you take a look at it, I would be delighted. And also if you can give me advice on how to improve my code and make my code more readable and improve its performance. And I'm stuck on the scrolling state on the lightbox and I think it's the fault of my structure. That's the only thing I didn't do. Looking forward to your feedback. Thank you .

  • Submitted


    HI FOR THIS CHALLENGE THE HARDEST PART WAS TO MAKE A CALL TO THE SERVER BECAUSE FOR THE FIRST TIME I WAS CONFRONTED WITH THE "REQUEST DENIED" IT TOOK ME QUITE A WHILE TO FIND THE SOLUTION TO THIS PROBLEM BECAUSE I DIDN'T KNOW THE {CACHE: NO-CORE}. I CHOSE TO REFRESH THE PAGE EVERY TIME THE USER CLICKS ON THE ICON SO THAT THE CALL TO THE SERVER CAN RESTART SINCE THE HINTS ARE RANDOM. IS THERE ANOTHER WAY TO DO IT BETTER?