Design comparison
Community feedback
- @zeynabmvsPosted 3 months ago
Hi!
Congratulations on completing the challenge! Your code is clean and well-organized, and I have a few suggestions that might help you improve it even further:
-
Modal functionality: for better user experience I suggest make modal closable by clicking outside of modal, so user can close modal without habving to reset their order
-
Use of Absolute Imports : For larger and more complex React projects, using relative imports can become cumbersome. Consider using absolute imports to simplify your project structure. Here’s a helpful article: Absolutely Don’t Use Relative Paths Imports in Your Vite + React Project.
Keep up the great work!
0 -
Please log in to post a comment
Log in with GitHubJoin 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