So I am working on a project that will allow a user to modify a template. The base template will be made up for components and the user will be able to add or remove components. I found a few things online - such as grapeJS but it is far to intense for this simple application.
Looking for some advice on a way to go about this, or any resources that will help.
Here is a basic example.
Basic template will consist of these components
- Header
- Text Post
- Single Image
- Footer
The list of components a user can choose from to add to template mught consist of..
- Image Slideshow
- Video
- 2 Column Text Post
- Automatic wav file player of Wrecking Ball by Miley Cyrus
The user will be able to select from that above list and append to the template list above.
Any thoughts or inputs to get me going in the right direction would be helpful!