Latest solutions
"Designo multi-page website" next.js -typescript -tailwind
#next#typescript#tailwind-cssSubmitted 5 months ago"Conference ticket generator" next.js -typescript -tailwind
#next#typescript#tailwind-cssSubmitted 5 months ago"Character counter" next.js -typescript -tailwind
#next#typescript#tailwind-cssSubmitted 5 months ago
Latest comments
- @mprysak@VillageR88
The issue with body height still persists.
- @mprysak@VillageR88
Inside the stylesheet, change:
body { height: 100vh; }
to
body { min-height: 100dvh; }
Marked as helpful - P@BartoszMokrzyckiWhat are you most proud of, and what would you do differently next time?
I’d like to present my Quiz App project, which I built using HTML, SCSS, and JavaScript. This app allows users to select quiz subjects, answer questions, and receive immediate feedback on their answers. It also includes features like light/dark mode, a progress tracker, and a responsive design to ensure a smooth experience across devices.
If you have any feedback, suggestions, or ideas for new features, I would greatly appreciate it! Every piece of feedback is valuable and will help me grow as a developer. Thank you for checking out my project! 😊
@VillageR88Great effort! I'm currently on my phone, but I noticed an issue with the color transition.
Marked as helpful - @313raduWhat are you most proud of, and what would you do differently next time?
🔥 🔥 🔥
@VillageR88313radu, thumbs up for your effort in taking a simple challenge and elevating it to the next dimension—literally! 😆
But once again, the same responsive issues persist!
Marked as helpful - @kamilkoziol5@VillageR88
Kamil, I've been following your solutions since the first one, and visually, they are pure gems. Your UI/UX background is evident, making your attention to layout pure gold. However, as you dive deeper into challenges, you'll inevitably face more than just layout-based issues.
Your form element is missing labels, input IDs, and autocomplete. The input with the query should be a radio button with a proper name attribute. Also, the action doesn’t pass any information to an endpoint, but I assume this was more about the mockup.
- @313radu@VillageR88
Great effort, 313radu! You need to adjust the responsive layout, as some areas are inaccessible. Also, check for console leftovers and a meta issue.
Marked as helpful