This is a website I created with what I learnt from Scrimba's Frontend Career Path Course, using HTML5, CSS3, and Javascript ES6. It provides pictures at random, from a couple of images provided by Scrimba, matching whichever emotion you want the cat in the image to have. You can access the website here.
- Choose from a variety of emotions
- Select whether you only want animated images/GIFs
- Close the modal by clicking outside of it, as well as the usual default cross button
Through this project, I picked up essential Javascript concepts like how to use:
- for... of loop
- radio & checkbox inputs
- querySelector
- getElementsbyClassName
- classList.remove
- .includes()
- .filter()