This repository demonstrates a cool Tinder-like effect implemented using vanilla JavaScript.
This project showcases a Tinder-like swipe effect using vanilla JavaScript. Users can interact with cards by swiping left or right, mimicking the popular functionality seen in the Tinder app.
- Swipe left or right to cycle through cards
- Smooth animations
- No external dependencies, pure vanilla JavaScript
Simply clone the repository and open the index.html file in your web browser to experience the Tinder effect in action.
Contributions are welcome! If you have any ideas for improvements or bug fixes, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.
- Inspired by the swipe functionality in the Tinder app.