BlonoBuccellati
@BlonoBuccellatiAll solutions
Frontend Quiz App using tailwindcss v4, react19, Next.js15, prisma
#next#prisma#react#tailwind-css#shadcnPSubmitted 6 days ago-
Please share any feedback or improvement suggestions regarding overall component design.
-
I would appreciate feedback on state management approaches (including local state, Zustand, Context, etc.).
-
If you have any suggestions on improving the way I write logic, I'd be happy to hear them.
-
NFT preview card component using tailwindcss, react, Next.js 15
#next#storybook#reactPSubmitted 7 days ago- Please share any feedback or improvement suggestions regarding overall component design or CSS.
Password generator app using tailwindcss, react, Next.js 15
#framer-motion#next#shadcn#tailwind-css#reactPSubmitted 19 days ago-
Please share any feedback or improvement suggestions regarding overall component design.
-
I would appreciate feedback on state management approaches (including local state, Zustand, Context, etc.).
-
Tip calculator using tailwindcss, react, Next.js 15
#next#react#tailwind-css#zod#shadcnPSubmitted 22 days ago-
Please share any feedback or improvement suggestions regarding overall component design.
-
I would appreciate feedback on state management approaches (including local state, Zustand, Context, etc.).
-
Time tracking dashboard using tailwindcss, react, Next.js 15
PSubmitted 29 days ago-
Please share any feedback or improvement suggestions regarding overall component design.
-
I would appreciate feedback on state management approaches (including local state, Zustand, Context, etc.).
-
news letter sing-up form using Next.js tailwindcss
#next#tailwind-css#reactPSubmitted about 1 month agoMeet landing page using tailwindcss, next.js
#next#react#tailwind-cssPSubmitted about 1 month agoCould you please check if the component structure is appropriately divided? If there’s a better way to structure the components, I’d appreciate your feedback.
Testimonials grid section using tailwindcss, next.js
PSubmitted 2 months ago- Are there any parts of the current code that could be made more semantic?
- Are there any unnecessary CSS styles that could be removed?
- Is there a way to write the CSS in a cleaner or more maintainable way?
If you notice anything else that could be improved, feel free to let me know.
Four card feature section using tailwindCSS, next.js
#next#tailwind-css#reactPSubmitted 2 months ago- Are there any parts of the current code that could be made more semantic?
- Are there any unnecessary CSS styles that could be removed?
- Is there a way to write the CSS in a cleaner or more maintainable way?
If you notice anything else that could be improved, feel free to let me know.
Product Preview Card using tailwindcss, next.js
#react#tailwind-css#nextPSubmitted 2 months ago- Are there any parts of the current code that could be made more semantic?
- Are there any unnecessary CSS styles that could be removed?
- Is there a way to write the CSS in a cleaner or more maintainable way?
If you notice anything else that could be improved, feel free to let me know.
Recipe page using tailwindcss, next.js, flexbox
#next#react#tailwind-cssPSubmitted 3 months agoIf you know any best practices for styling list markers, I would appreciate your insights.
In this project, we needed to style list markers, but since we couldn’t style the list markers directly, we handled it by using the
::before
pseudo-element forul
tags and a span tag forol
tags.Is this styling approach appropriate? And if there is a more suitable method, please let me know.
If you have any insights, I would greatly appreciate it.
Social links profile using tailwindcss, next.js, flexbox
#next#react#tailwind-cssPSubmitted 3 months agoI would like to understand which elements should have explicit size specifications.
In this project, I assigned a specific size to the Card, specified the height for the button, and set its width to w-full.
The reason behind this approach is that child elements should adapt to their parent elements. However, I also considered that buttons should maintain a consistent height regardless of their parent, which is why I explicitly set the height for them.
Does this approach align with best practices? Additionally, is my CSS implementation appropriate?
If you have any insights, I would greatly appreciate it.
Blog preview card using tailwindcss, next.js, flexbox
#next#tailwind-css#reactPSubmitted 4 months agoSince my knowledge of React, Next.js, and Tailwind is still shallow, I appreciate any kind of feedback.
What I’m particularly concerned about is how much and how to customize the design system. I understand that in the Utility-First approach, premature abstraction should be avoided, but I’m not sure how to strike the right balance. If you have any insights, I would greatly appreciate it.