Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 745 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 745 Bytes

drag-drop-editor

Installation

  1. Clone the project into your local machine 🖥️
git clone https://github.com/<Your-GitHub-username>/zenskar-assignment.git
  1. Navigate the folder 📂
cd drag-drop-editor
  1. Install the dependencies 📦
npm install
  1. Run the project on local machine
npm run dev

Features

  • Drag and Drop components
  • Add new components
  • Clear the canvas
  • Edit components position in the canvas
  • Zoom in and Zoom out

Technologies Used

  • ReactJS: JavaScript library for building user interfaces
  • Tailwind CSS: Component library for responsive and accessible UI
  • Redux: For state management
  • Icons: react-icons
  • React-DND: For drag and drop functionality