This project is a React-based mini app designed to create a dynamic and interactive document management experience. It utilizes Framer Motion to provide smooth animations and user-friendly interactions.
- Dynamic Data: Fetches and displays data efficiently, ensuring updates reflect seamlessly.
- Drag-and-Drop: Intuitive drag-and-drop functionality enhances user experience and interaction.
- Responsive Design: Adapts to different screen sizes for optimal viewing across devices.
- Clean Code: Well-organized and maintainable React code structure with clear component hierarchy.
- React
- Framer Motion
-
Clone the repository:
git clone https://<your-github-username>/docs-mini-app.git
-
Install dependencies:
cd docs-mini-app npm install -
Run the application:
npm start