Drag-and-drop Todo App with React Js and Tailwind CSS

Solution retrospective
I think I did good on this project. At the moment, I know not of anything I would do differently next time.
What challenges did you encounter, and how did you overcome them?At first I found it difficult to achieve the gradient border color. However, with some insights from geeksforgeeks I was able to do it. The following code snippet did the trick for me:
What specific areas of your project would you like help with?/*by applying this css approach I was able to achieve the gradient border color on hover*/ .toggle-brdr:hover { border-color: transparent; background: linear-gradient(var(--todo-bg), var(--todo-bg)) padding-box, var( --check-bg ) border-box; border-radius: calc(infinity * 1px); }
I am open to any help or improvement on every area of this project from those ahead of me in this field
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on itksweb's solution.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord