abdulrahman badamasi
@papilo-cloudAll comments
- @tadeubdevSubmitted over 2 years ago
- @ChamuMutezvaSubmitted over 2 years ago
It is one of the complex challenges that i have taken on Frontend Mentor, which i used to learn how to work with Mongodb-realm. I have little knowledge on backend, Realm makes it easy to integrate the backend and the frontend. Some minor changes where made to simplify the project a bit - the mobile navigation in particular and the confirmation modal.
Fetching data from realm is taking about 5 seconds to load on the Frontend, I used a modal box to compensate for the time delay.
An interesting aspect that i learned was to hide fieldsets on a form until the top ones have filled and are valid - this can be done with the css below
/* Hide the fieldset after an invalid fieldset */ fieldset:invalid~fieldset { display: none; }
- some omissions and improvements may be found and such feedback is welcome
- @ChamuMutezvaSubmitted over 2 years ago
Another exciting challenge which pushed me further in this coding journey. The drag-and-drop feature was my main challenge but proved easy at the end using the react-beautiful-dnd. However i realise that
react-beautiful-dnd
added some attributes to the html structure which is causing some issues according to the report. One notable is theli
elements which have been given a role of button, in order for the drag and drop feature to happen. Any feedback is welcome - @ChamuMutezvaSubmitted over 2 years ago
Another exciting challenge which pushed me further in this coding journey. The drag-and-drop feature was my main challenge but proved easy at the end using the react-beautiful-dnd. However i realise that
react-beautiful-dnd
added some attributes to the html structure which is causing some issues according to the report. One notable is theli
elements which have been given a role of button, in order for the drag and drop feature to happen. Any feedback is welcome@papilo-cloudPosted over 2 years agoHi Chamu, I am a big fan, another nice work. I think there is a problem with the clear complete button, it's not working
1 - @ChamuMutezvaSubmitted over 2 years ago
- @Abdulrhman-RabeaSubmitted over 2 years ago
This challenge took some time to coordinate, but it was very fun. Take a look Say your opinion. Evaluate
@papilo-cloudPosted over 2 years agoIt's nice, but try to solve those issues u are having.
Happy codingMarked as helpful1 - @Luke-FernandoSubmitted over 2 years ago
- @PaienobeSubmitted over 2 years ago
Please provide some feedback on this. I wasn't really efficient in the CSS but I think it came out decent. Please let me know if there's anything I need to fix.
- @ojitxslmlSubmitted over 2 years ago
Hello! this is my first time using an API. 👨💻 Any feedback about how to improve my code is welcome! 😊
- @ChamuMutezvaSubmitted over 2 years ago
Greetings to all. The journey continues with this exciting challenge. Navigating to the next page and moving focus to the top was something that i had to relearn from my previous projects - some of those things that you need to keep on doing before they stick in. There is still some adjustments that i have to do especially with the active states on the pricing page - the card has to move slightly to the top. It was easier if i had made the card active as an anchor element but the link button is a grandchild of the parent card. Your feedback is welcome.
- @agaushaSubmitted almost 3 years ago
Any feedback will be appreciated, happy coding...
@papilo-cloudPosted almost 3 years agoIts nice, but the texts are not placed at the center
0 - @ChamuMutezvaSubmitted almost 3 years ago