Advice generator App | Angular | SCSS

Solution retrospective
This is my first API based project. Feedback is more than welcome! :)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Itskrish01
I like the UI and other stuff, however, implementing debounce would enhance its performance. The reason is that when receiving advice through a request if a subsequent request is made before the previous one is completed, the new advice will not be displayed immediately. To rectify this, a loading effect can be integrated into the button or other suitable location to prevent users from sending multiple requests simultaneously.
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