A dog breed search app that allows users to search for specific breeds. Users can toggle between expanded and collapsed cards for each breed. I implemented this app utilizing various vanilla JavaScript concepts such as modules for code organization, fetching data from an API, event handling for toggling between opened and closed cards, DOM manipulation for dynamically updating the user interface.