Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 936 Bytes

File metadata and controls

39 lines (24 loc) · 936 Bytes

Docs App

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.

Features

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

Technologies

  • React
  • Framer Motion

Getting Started

  1. Clone the repository:

    git clone https://<your-github-username>/docs-mini-app.git
  2. Install dependencies:

    cd docs-mini-app
    npm install
  3. Run the application:

    npm start