Latest solutions
Mortgage Repayment Calculator
Submitted 9 months agoAny help would be nice to make code more efficient
Age Calculator
#tailwind-cssSubmitted 9 months agoany feedbacks on how to make code more efficient and more readable would be really helpful
Interactive Card Details Formq
#tailwind-cssSubmitted 9 months ago- i would like to reduce the js code and try to make it more efficient
Intro section with dropdown navigation
Submitted 10 months agoresponsiveness is the one area I would like help with
Notification Page
Submitted 10 months agoI tried to write less code and not repeat any same code, and if there's a way to reduce the codebase I would like to learn.
Latest comments
- @the-siavashSubmitted 8 months ago@arshGoyalDevPosted 8 months ago
Hey there, nice solution
few suggestions
- aligning the order confirmation modal at center would be great
- a little margin for order confirmation modal for mobile devices would be great touch
1 - @scriptkid03Submitted 8 months ago@arshGoyalDevPosted 8 months ago
Nice solution,
- it would look good if the inputs were little bit bigger
0 - @SaidBCSubmitted 8 months ago@arshGoyalDevPosted 8 months ago
Hey there,
few things you could improve on
- on clicking add to cart you should start the item count by 1 instead of 0 it will enhance the user experience
- for bigger screen instead of using
justify-self: end
for products, use the extra space to make the cart and products larger - in the cart, border for products list should be little bit lighter, that will make it look good
Marked as helpful1 - @BensaxxySubmitted 9 months agoWhat are you most proud of, and what would you do differently next time?
That i was able to add my items to my cart and it's working the way I was told to do
What challenges did you encounter, and how did you overcome them?when the pop out component that is showing on the desktop is not suppose to show on the mobile layout and some of the arrangement of mobile is different to the Desktop layout, it was really hard for me to get, but I keep trying and I am happy I was able to overcome it
What specific areas of your project would you like help with?i don't know yet, but if my bosses check it out and see what I need to do, please I will be glad if the feedback can come in
@arshGoyalDevPosted 9 months agoHey, it's a great solution
few things you could improve on
- increasing padding in the header and product info would make it look better
- making the picture a bit smaller would make it more close to the design
- and as a addition clicking on checkout btn can clear the cart and showing a message like checkout complete
Marked as helpful0 - P@3lectrologosSubmitted 10 months agoWhat are you most proud of, and what would you do differently next time?
Some full-stack highlights
✔️ Auth.js (v5) | Google & Github as auth providers
✔️ Prisma + Neon | Store TODOs per user
✔️ Framer motion | Drag'n'drop list items and animations
@arshGoyalDevPosted 10 months agoVery amazing solution,
-
sign in is a great addition,
-
you could also add
overflow: scroll;
to todo's container to make it look even better
Marked as helpful1 -
- @dmitinevSubmitted 10 months ago@arshGoyalDevPosted 10 months ago
hello 👋 Dmitry,
couple of tips,
- for mobile menu, you could add a background overlay to separate the menu from the rest of the website
- for bigger devices instead of using
max-width: 1470px
use padding to make it better
0