Skip to content

omersabribalci/CaTinder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

CaTinder

A simple interactive app to swipe cats left or right.
Built as an exercise in API usage, DOM manipulation, and event handling.

Purpose

  • 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.

Usage

  • 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.

About

Interactive cat swipe app – practice with API, DOM, and event handling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 44.4%
  • JavaScript 42.0%
  • HTML 13.6%