This is an exercise with HTML, CSS and Javascript for a "dice game". This generates random dice combinations and shows the winner.
- Live Site URL: view live site
- Semantic HTML5 markup
- CSS custom properties
- Vanilla Javascript
I learned more about promises,AJAX and fetching data. It was not so easy to understand how to take an external JSON and use it but I think, after this exercise,that the concepts are a little clearer to me now.
- Github - (https://github.com/bubu2323)