Latest solutions
Shortly [Nuxt, Pinia, Tailwind CSS and Axios]
#axios#nuxt#tailwind-css#piniaSubmitted about 3 years agoSunnyside-Agency-Landing [TailwindCSS, Mobile First]
#accessibility#tailwind-cssSubmitted over 3 years agoTime Tracking Dashboard [Async,Tailwind CSS, Mobile-First, Vanilla JS]
#tailwind-css#bemSubmitted over 3 years ago
Latest comments
- @3okasha@MuhammadM1998
Use form instead of a div. Semantic HTML is always good. You should use labels with inputs, or aria-labels for sake of accessibility. Tip buttons should have a pointer cursor. I think the app should recalculate every time I select a different tip, no just when I change the number of people, even then I should leave the input field only then it calculates.
Try to add event listeners in the script files instead of calling the function in HTML.
Great Work, keep up!
- @catherineisonline@MuhammadM1998
Good job catheriene. the container-details div need less margin-bottom and the overlay need to be a little lighter but it looks great. I noticed that your report has 0 issues and I always have issues such as the html should include the lang = "en" although I do have it in my code, I hope you can help me with this.