Submitted over 1 year ago
Dictionary app, available dark mode, created using Tailwind, React
@simonachess
Design comparison
SolutionDesign
Community feedback
- @towkirPosted over 1 year ago
Great work and congrats on completing the challenge. Some feedback from my end:
- Add a throttle to the api call that fires on keypress of the input box, maybe 300 or 500ms, people who types really fast would be able to make less unnecessary calls. Or, maybe just fire the api call only on the search icon press or enter press. This way, the not found message won't show up in the middle of typing a word.
- Review the horizontal lines colors with the design, seems a bit prominent.
- Add more descriptive and smaller git commits (specially avoid adding the entire project in a single commit).
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