An open API service indexing awesome lists of open source software.

https://github.com/frissbee/page-o-builder

page builder that can be easily implemented in your own website
https://github.com/frissbee/page-o-builder

pagebuilder webcomponents

Last synced: about 2 months ago
JSON representation

page builder that can be easily implemented in your own website

Awesome Lists containing this project

README

          

# page-O-builder

This repo contains a page builder that can be easily implemented in your own website.

### The idea of this project

If you create your own blog page, you can already do a lot with a WYSIWYG text editor, but a page builder is simply missing to make the website a bit prettier.

This page builder does not want to be a jack of all trades, but offers the basic functions and more, with which you can already design a lot of your (blog) page.

Basic knowledge of CSS for working with the page-o-builder is an advantage.

## Preview

[You can view the demo here.](https://page-o-builder.frissbee.de/demo)

## Documentation

[You get more Information about the page-o-builder here.](https://page-o-builder.frissbee.de/docs)

## Description

The repo contains all the necessary files and a simple example of how to implement the page-O-builder in your own site.

**See the comments in the files for more information.**

For the repo, proceed as follows:

**1. Step**

Download or clone the repo.

**2. Step**

Create a database and import the `__Database\page_o_builder.sql` file there.

Enter your database access data in the `\inc\db_connection.inc.php` file.

**3. Step**

Enter your path in `assets\js\my-script.js` for `const baseUrl`

**4. Step**

Use the source code and the files of the repo to implement the pag-o-builder in your project.

Happy coding