@y25sanchezSubmitted about 2 years ago
I enjoyed this challenge because it was the first time I used Api. Any advices or recommendations will be highly appreciated. Happy Coding!
I enjoyed this challenge because it was the first time I used Api. Any advices or recommendations will be highly appreciated. Happy Coding!
Love the animation that you give on hover to the dice img.
To call the api maybe you should try with async/await function to bring the api response. Use fetch is good to, but for practice you also should use .catch() method to see the error on fetching the api (in case you have one).
cheers!