A simple interactive app to swipe cats left or right.
Built as an exercise in API usage, DOM manipulation, and event handling.
- Practice fetching data from an API (Cataas).
- Update DOM elements dynamically.
- Handle mouse and touch events for swipe actions.
- Track likes and dislikes with simple counters.
- Swipe right or click → Like
- Swipe left or click → Dislike
- New cat images are loaded automatically.
- Links to viewed images are stored in a list.