I polished Veyro from a rougher soccer rating site into a more professional product: I improved the homepage branding, spacing, mobile layout, CTA clarity, guest flow, rating preview, and overall visual quality; fixed the bad unfinished React placeholder that was accidentally showing instead of the real site; moved the React build safely under /app; rebuilt and tested the project; removed the mini pitch that I didn’t like.
Comments 2
Interesting project idea! how do you calculate the ratings btw?
I turn the counted stats into a weighted score (with bonuses for goals/assists/clean sheets), scale it for playing time, clamp it to 0–100, and output it.
Sign in to join the conversation.