Mini Page Builder is a web application that allows users to build custom pages by dragging and dropping components from a sidebar onto a blank canvas. Users can configure each component and arrange them on the canvas to design their desired layout.
- Clone the repository.
- Navigate to the project directory.
- Run
npm install
to install dependencies. - Run
npm start
to start the development server. - Open in live server to view the application.
- Drag and drop components (Label, Input, Button) from the sidebar onto the canvas.
- Configure each component's position and properties via a modal.
- Each component is draggable, can be dragged anywhere inside he canvas.
- Delete components by selecting them and pressing delete.
- Automatic saving of changes to local storage.
- Export page configuration to a JSON file .
- React JS
- Chakra UI
- Local Storage API
- Drag components from the sidebar onto the canvas.
- Configure component properties in the modal.
- Click save changes to apply configurations.
- Drag components on the canvas to rearrange them.
- Select components and press delete to delete them.
Users can export the current page configuration to a JSON file by clicking the "Export to JSON" button in the sidebar.