So far it's a very basic storyboarding page with the following features:
Drag and drop scene divs containing images and text
Add + remove buttons
Edit scene title and description text by clicking on them
CSS grid is used to make sure that the scene divs all rearrange neatly when new scenes are added or deleted
User can upload images - for existing scenes and new scenes
Save changes to local storage
I'm using the Sortable JS library for implementing storyboard drag and drop functionality.
I'm also using StoreJS library for storing data with localstorage. It can handle images too!
MVP code link
So far it's a very basic storyboarding page with the following features:
I'm using the Sortable JS library for implementing storyboard drag and drop functionality. I'm also using StoreJS library for storing data with localstorage. It can handle images too!