How to create Tinder Cards in ReactJs
The app has created a sensation using its card and swipe functionality. Many of us try to create tinder cards and swipe effects and end up writing a lot of code. This problem is solved by ReactJs (one of the most popular library trending now).
In this article, we will work with the react package which allows us to create tinder cards with swipe functionality
Command to install package is:
npm install react-tinder-card
Let's start by creating a react app
npx create-react-app tinder-cards
cd tinder-cards
npm install react-tinder-card
npm start
Comments
Post a Comment