Latest solutions
Crowdfunding Product Page
#react#tailwind-css#typescript#vite#framer-motionSubmitted about 3 years ago
Latest comments
- @Briuwu@mgksp
Hey nice job!
As you said states are messy though. Trying using a library for state management like 'redux'. If you are looking for something to learn, learn something like redux.
And the items count on the left should show how many incomplete todo items.
Well, You did a good job. Nice. 😊😊😊😊😊
Marked as helpful - @Kenzar-San@mgksp
Hey, well done! you did good.
you've set the button text color with
.luxury_container .text_button span
.do this to fix
.text_button:hover > span { color: white }
instead of.text_button:hover { color: white }
suggestion: add
cursor: pointer
to button to make the button look clickable.Keep up the good work happy coding. ✌️✌️
Marked as helpful