This project is a simple React application that showcases draggable cards using Framer Motion. The cards can be moved around the screen, providing an interactive user experience.
- Draggable Cards: Each card can be dragged and moved around the screen.
- Smooth Animations: Leveraging Framer Motion for smooth and responsive animations.
- Simple and Clean Design: A minimalistic design to keep the focus on the draggable feature.
Check out the live demo here.
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
- Node.js
- npm (or yarn)
-
Clone the repository:
git clone https://github.com/your-username/your-repo-name.git cd your-repo-name -
Install the dependencies:
npm install
- Start the development server:
or
npm startyarn start - Open your browser and navigate to http://localhost:5173.
React- A JavaScript library for building user interfaces. Framer Motion - A library for animations and gestures.
Contributions are welcome! Please open an issue or submit a pull request for any changes or improvements.
