A Drag-n-Drop based GUI builder application primarily developed using React. Components can be dragged and dropped into the Canvas area. Inserted components can be moved anywhere within the Canvas area.
The position of all inserted components is autosaved in Local Storage.
Feel free to take a look at the Demo
Following are the list of components supported.
- Input
- Text Area
- Paragraph
- Heading
- Button
Follow the steps if you are trying to setup this project.
- Download/Fork this repository
- Run
npm installto install required dependencies - Run
npm startto run the application in the Development server.
This project is licensed under MIT License