OffixialTrust
@OffixialTrustAll solutions
Responsive Landing Page
#sass/scss#van-jsSubmitted 23 days agoMaking the background image appear as it did in the task. How did they do it?! And the bottom navigation wouldn’t align itself to the center. You might find it difficult to understand my code but I promise I usually comment my codes, the hurry to submit this before a deadline made me forget commenting.
Product List With cart
#sass/scssSubmitted 30 days ago-
Sometimes when I place multiple orders, they may become double/appended twice. I noticed this with “vanilla panna cotta”. It’s sometimes double.
-
When confirm order is clicked, the order-confirmed box is displayed and the transparent overlay is also displayed blocking any other interaction. Now the problem is this only works on desktop view (>768px), the overlay doesn’t work when body < 768px and I didn’t even alter it on @media query. I even tried to explicitly make it show on the confirm-order event listener, yet no success. How do I fix this?
-
A random-advice generator app
#van-jsSubmitted 2 months agoI’m kinda satisfied with the outcome, except that adding catch or any error handlers ALWAYS throw an error, but it works fine without them (weird). Any other advice or suggestion for improvement is highly welcome and will be appreciated
A time tracking dashboard
#van-jsSubmitted 2 months agoMaking my work responsive!!! I’ve copied my code and tried it on different editors, even hosting on VScode live server, and it’ll be responsive. But once I deploy it on vercel, it’ll only show desktop view. How do I fix this?
Intro component with sign-up form
Submitted 2 months agoMaking it responsive, and the regex for password validation.