Design comparison
SolutionDesign
Solution retrospective
The only difficulty was centering the button according to the board sizes.
If you have any tips to show me how to do it that would be great.
Community feedback
- @StormKing969Posted 12 months ago
Not sure if you noticed but you seem to be getting duplicate responses from your API call especially if you preview the site on Firefox. To prevent that, you'll have to disable caching in your code.
1@helessPosted 12 months ago@StormKing969 hello could you show me how to disable the cache
0@StormKing969Posted 12 months ago@heless I'm unable to see your script files so I not exactly sure how you are doing the API call but usually its something like
cache: false
wherever you're doing the API call.`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