Latest comments
- @IryDev@NizarMjr
Nice work
- @azick99
Responsive, Tailwind-CSS, React, Redux, CRUD system.
#accessibility#react#redux-toolkit#tailwind-css@NizarMjrNice work
- @Jo-cloud85@NizarMjr
You have made a nice work , i like what you have done but there are some updates could make your project more efficient : try to make the alert notification disappear after an interval of time as well as only one notification appear on the top of screen and delete reply does not work
- @artimys@NizarMjr
@Arturo I like what you have done it's nice work Getting element from DOM with its ID is useful to focus on input however there is useRef hook could make same work ex : const inputRef = useRef(null) <input ref={inputRef} /> function () { //your js logic inputRef.current.focus()}
- @tarek-elmasri
Responsive Multi Step Form With React And Styled-Components
#accessibility#react#styled-components#vite#typescript@NizarMjrHi mate Welcom to the frontend community and Congrats for finishing the project I noticed that the buttons of step 2 are hidden so i can't pass to other steps to finish the procedure. this only happend on mobile device but the other devices are okey
- @SouleymaneSy7@NizarMjr
Congrats for completing the challenge. I noticed something we consider it as important point in the calculator, what if user starts with negatif numbers, that's what your project need just to make it more improved
Marked as helpful