NextJs - Tailwind CSS - Shadcn UI

Solution retrospective
- I've built the Mobile UI first with "flex flex-col" and, when tackling the Desktop UI, I had to fully change it to grid. It was fast and easy (very important)
Future improvements:
- Design the layout taking into acount both screens from the starting point
- Better responsive UI throughout all screens
- Shadcn sheet component, used in the Mobile Navbar, did not close as intended. (Overcome: Had to look for a solution online and solve it)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Smart-Ace-Designs
Hello @GreccoOliva-Franco, Congratulations on completing the challenge.
The mobile layout looks excellent and the mobile menu works perfectly. Good job! I also like how you used components effectively. I am not too familiar with React (I use Vue and Astro) so I can't really speak too much on the React code itself.
Here are a few things I noticed that might need adjusting:
- The button, on hover, has black text on a black background.
- The aside and main articles section, for the titles of each article, do not contain a link or change colors on hover.
- The page has vertical scrollbar...not a huge deal but might be something to fix if you want.
- You might want to add some aria tags as needed, for accessibility purposes.
Overall, just a few minor visual tweaks that you might want to adjust. But for the most part looks really good.
Marked as helpful
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