Design comparison
Solution retrospective
This was a really enjoyable project to build and I learned a bunch of new stuff like having a loading/error state for the app and also working with audio. It was also my first time using TypeScript in a project so any feedback on that and any other thing is much appreciated!
Community feedback
- @0xabdulkhaliqPosted over 1 year ago
Hello there 👋. Congratulations on successfully completing the challenge! 🎉
- I have other recommendations regarding your code that I believe will be of great interest to you.
COMPONENT MEASUREMENTS 📐:
- The
min-h-[100vh]
utility class is used to definemin-height: 100vh
, But we don't want to add arbitrary value for the utility class. because setting themin-height: 100vh
is already provided by tailwind css by default
- We want to use
min-h-screen
utility class to definemin-height: 100vh
, you can refer this official documentation to know more in detail
.
I hope you find this helpful 😄 Above all, the solution you submitted is great !
Happy coding!
1 - @Kamlesh0007Posted over 1 year ago
Congratulations on completing the challenge! Your hard work and dedication are truly admirable. As you continue to hone your skills, here are a few suggestions that may be helpful:
Keep practicing and learning new things. The more you challenge yourself, the more you'll grow as a developer. Seek feedback from others. It's always helpful to get a fresh perspective on your work and learn from constructive criticism. Collaborate with other developers. Working with others can help you learn new techniques and improve your coding skills. Again, congratulations on completing the challenge, and I wish you continued success in your coding journey! 😁
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