Latest solutions
Clipboard landing page using HTML and Tailwind CSS
#tailwind-cssSubmitted 7 days agoAny tips on how to improve my code will be welcome.
Fylo landing page using HTML, Tailwind CSS and JS
#accessibility#tailwind-cssSubmitted 17 days agoAny tip is welcome!
Huddle landing page using HTML and Tailwind CSS.
#tailwind-cssSubmitted about 1 month agoAny tips and suggestions are welcome.
Single price grid using HTML and Tailwind CSS
#tailwind-cssSubmitted about 1 month agoTips and suggestions are always welcome.
Profile card using HTML and Tailwind CSS
#tailwind-cssSubmitted about 1 month agoAny help is welcome.
Order summary card using HTML and Tailwind CSS
#tailwind-cssSubmitted about 1 month agoAny tips or suggestions are always welcome.
Latest comments
- @moreiramanu@hangtime319
Congratulations! Your code is very well organized.
- @matheusddcastroWhat are you most proud of, and what would you do differently next time?
I am proud that I was able to create this small project. It is a nice step.
What challenges did you encounter, and how did you overcome them?Adjusting the profile image along with the profile background image was the toughest part. I looked at what other people to get inspiration so that I could figure it out myself.
What specific areas of your project would you like help with?CSS
@hangtime319Congratulations!!
- @Gagan-999999@hangtime319
Congratulations! Your code is well structured and organized.
- @MohamadBiomyWhat specific areas of your project would you like help with?
Any feedback will be helpful ❤️
- @dar-juWhat are you most proud of, and what would you do differently next time?
This task took me about 50 hours of work. A third of the time was spent on developing the animation of one block overlapping another. The problem is that had to use absolute positioning, but in this case the layout does not pass the overflow test. To do this, I had to additionally write code for calculating the height of the blocks. The overflow test passes if you change the data in data.js, and not in the browser in development mode.
Yes, it took much more time to develop, but the layout is as close as possible to the design prototype and in all resolutions and on each page corresponds to the Perfect Pixel layout.
What challenges did you encounter, and how did you overcome them?The brief files do not match the layout (( For example, background images for tablet and mobile, as well as technologies images had to be re-saved, as they did not match. It took time to sort out the discrepancies.
What specific areas of your project would you like help with?The site works, but when I go directly to the child page I get a 404 error. VUE specialists, help me solve the problem.
p.s. I solved my problem, replaced createWebHistory to createWebHashHistory
@hangtime319Congratulations on the challenge made.
- @AlfiZainWhat are you most proud of, and what would you do differently next time?
I am proud of successfully implementing Tailwind CSS 4 in my project, especially utilizing features like theme customization, group, and utility classes. Tailwind CSS significantly speeds up development and provides great flexibility in designing the UI without writing custom CSS. However, if I were to do it again, I would focus more on using @apply to manage repeated classes and consider using Tailwind plugins to keep the code cleaner and more maintainable.
What challenges did you encounter, and how did you overcome them?I struggled with understanding how Tailwind CSS works because its approach is different from traditional CSS. When the number of classes increases, the code becomes harder to read and manage.
What specific areas of your project would you like help with?I want to improve the structure of my code to make it cleaner and easier to maintain. I also want to ensure that I follow best practices in implementing Tailwind CSS, including performance optimization and maintaining design consistency throughout the application. If there are ways to further improve efficiency, performance, or scalability, I am open to suggestions and feedback.
@hangtime319Congratulations!! Your code is in organized.