Build a Resume Section Builder application that allows users to create and organize resume sections dynamically.
Users should be able to add sections such as Education, Skills, and Projects.
Each added section must appear instantly in a live preview area.
Allow users to reorder sections using drag-and-drop functionality.
Support editing and deleting sections dynamically.
- Dynamically add and manage resume sections
- Implement drag-and-drop reordering
- Maintain synchronized preview layout
- Handle structured state for section data
- Ensure responsive layout
The UI should resemble a professional resume editor layout.
You are expected to design the interface independently while meeting all functional requirements.