DHBLee_Tictactoe using React, TailwindCSS, Vite

Solution retrospective
Proud I was able to atleast clean some codes.
What challenges did you encounter, and how did you overcome them?One challenge would be creating the logic for this game. But the most challenging part was to make it cleaner and more efficient :D
What specific areas of your project would you like help with?Would appreciate feedback in regards to my usage of React: Techniques, different approach. THank yow
Please log in to post a comment
Log in with GitHubCommunity feedback
- @MarziaJalili
That’s an A game build, no cap! 👑
A tiny tweak?
✅ If the
<button>
element doesn’t contain visible text or a discernible label (in this case an icon-only button), then you should provide anaria-label
or similar accessible attribute, bro.✅ This is best practice because the screen readers can convey the buttons’ purpose.
✅ For example, you could improve this button:
<button aria-label=“restarts the game”> <img src={restartIcon} alt="" /> </button>
Other than that, the web’s lit!
🔥🔥🔥
Marked as helpful
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord