Design comparison
Solution retrospective
I am suprised that instead of deploying my site, it deploys the Readme file(i did all that I needed to do). :/ If you have any advice to share, I'll be gladly thankful!π₯
Community feedback
- @TedJenklerPosted 3 months ago
Hi Alex,
Nice project! I haven't done this one yet, but I have a few suggestions for improvement:
Custom Hook for Keyboard Navigation: Consider adding a custom hook using useRef and useEffect to listen for "Enter" key presses. This would allow users to navigate and select options without needing to click buttons. At the moment, it might be unclear to some users how to proceed to the next part. While not necessary, implementing this would be excellent practice for some of the most important concepts in React, and would help you become a more experienced React developer.
ARIA Labels for Accessibility: To improve accessibility, consider adding ARIA labels to elements that arenβt semantic HTML. This ensures that your site is usable for all users, including those who rely on screen readers.
Extra Challenge - Animations and Transitions: As an extra challenge, try adding some animations and transitions to make your project stand out. This could enhance user engagement and make your project a strong portfolio piece.
Hope these suggestions help!
Best, Teodor
Marked as helpful1@sksksk2024Posted 3 months agoThanks a lot for the suggestions, @TedJenkler !!! π₯π
1 - @MikDra1Posted 3 months ago
If I were you I would try to use Netlify. I work on it and everything is fineπ
Hope you found this comment helpful πππ
Good job and keep going πππ
Marked as helpful1@sksksk2024Posted 3 months agoYap, @MikDra1 ! I think I'll move from now on to netlify π
Thanks a ton, and keep it up you too!! ;)
0
Please log in to post a comment
Log in with GitHubJoin 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