Latest solutions
Space-tourism-multi-page-website with Next.js and Tailwind CSS
#next#tailwind-css#reactSubmitted 8 months agoREST-Countries-API-with-color-theme-switcher
#react#redux-toolkit#tailwind-css#typescript#viteSubmitted 9 months agoLoopstudios Landing Page with Next.js and Tailwind CSS
#next#tailwind-css#reactSubmitted 9 months ago
Latest comments
- @leodk293@Hailekeh22
when you refresh the website on <Country /> page the website crashes. you can fix it buy adding vercel.json file on your project.
and add this configuration. { "rewrites": [ { "source": "/(.*)", "destination": "/index.html" } ] }
- @CodeWithSubaruWhat are you most proud of, and what would you do differently next time?
what i want to enhance is my ability to solve the layouts faster cause that's hard for me to decide on how i should tackle the layouts and also my naming convention between classes
What challenges did you encounter, and how did you overcome them?problems that i did encounter was the layouting which i find it more hard. but when i used grid-template-areas it so much simpler and readable solution. and i would take that advantage to use it in every projects that i will make next time
What specific areas of your project would you like help with?i think in all aspects. like in my layouts, font, and if it is accurate within the required designed.
@Hailekeh22nice. One thing you missed is that the home page's explore button should take you to the destination page.
Marked as helpful - @Ela1650@Hailekeh22
nice card Elena. Here are my few suggestions. Add "width: 100%;" to your ".product-info.btn button" to make your button have full width. also consider adding some margin top to the button
Marked as helpful - @iperezdev04@Hailekeh22
very nice. you can use browsers local storage to make your theme persistent
- @henrycsouzaWhat are you most proud of, and what would you do differently next time?
I ended up taking it very seriously. But I finished the essential part of the project, but I still need to organize the second screen better and resolve some responsiveness issues for mobile devices. I also plan to separate the CSS into specific files for each screen and, finally, add JavaScript to enrich the functionality.
@Hailekeh22very nice. in order to make the card responsive, you should use media queries
Marked as helpful