🚀 Enthusiastic Frontend Developer crafting magic with React.js, Next.js, Tailwind CSS and TypeScript! 🌟 Obsessed with creating sleek, responsive web applications that redefine user experiences. 📚 On a perpetual journey of learning, always embracing the latest in tech to stay ahead in the g
I’m currently learning...React.js, Next.js and Node.js is in the queue.
Latest solutions
Markdown editor with Next.js app router,Server Actions, Mongodb
#mongodb#next#react#tailwind-cssSubmitted over 1 year agoDictionary App with Next.js app router, react query, axios, Tailwind
#axios#next#tanstack-query#tailwind-css#zustandSubmitted over 1 year agoFrontend Quiz App using Next.js 14 app router
#next#react#react-router#tailwind-cssSubmitted over 1 year ago
Latest comments
- @ubeysaab@Mriganka5137
- I would suggest not use the image as background image property.
- use the div with class "up" as the container to put the <img /> inside.
- And refrain from using
height:
property. it will break the responsiveness. - Don't use padding in the "p" tag .
- @Bisyk@Mriganka5137
All the elements that have hover state needs to have following property:
cursor:pointer;
Marked as helpful