Design comparison
SolutionDesign
Solution retrospective
Hi there š, Iām Abhay, and this is my solution for this challenge.Ā š š ļø Built With:
-
Reactjs āļø
-
TailwindCSS. šØ
ā Question: Any suggestions on how I can improve and reduce unnecessary code are welcome! Thank you. šāļø
Community feedback
- @HusseinSamyPosted 11 months ago
Hello @abhay0480-eng, šš»
Awesome job on taking the first steps towards your dream!
I really like your submission, great work! Though, I have some recommendations for you:
- Use this syntax to link your screenshot in the README file:
![](/your-screenshot-path)
- Don't write your tailwind code inline with the HTML code ā instead use BEM to name your classes and use the
@apply
directive in tailwind inside your css file, for example:
.main-container { @apply flex flex-col lg:justify-center h-screen; }
Hope you find it useful!š
Keep up the fantastic work, and happy coding! š
Marked as helpful1
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