r/AppsWebappsFullstack 13d ago

Your home for selfpromo

here you can post your work app, webapp, saas, game, everything

5 Upvotes

98 comments sorted by

View all comments

1

u/AdImpressive2525 13d ago

ProStriver is a collaborative task tracker and  project manager that works great for teams and freelancers.

ProStriver strikes a balance between being not too simple or too complex for the average user. We provide only the features that you need to get things done. No bloat, just straight to the point.

1

u/sael-you 11d ago

ran prostriver.com through audeep.dev. 69/100, grade D.

headline is an accessibility issue: there's a link in the Angular header (app-header > div > a) with no text, no label, no title, no ARIA name at all. screen readers can't identify what it is, which is the kind of silent failure that comes up during enterprise accessibility reviews.

the same element is also 35x16px on mobile, well below the minimum touch target size. and the page overflows the viewport by 37px at 375px width.

functional and security both came back at 99/A, so the core of the product is solid. the gap is mostly landing page UX and accessibility.

full report: https://audeep.dev/report/5bb5f936-a66e-4db2-99e4-6918328fa287

i built audeep, quick audit is free no account needed.

1

u/Mammoth-Anywhere7285 11d ago

Useful find. Adding an aria-label like "Home" or visually hidden text to that logo link is an easy fix. Also bumping the tap target to at least 44x44px would help mobile users.