Skip to content

Matp21/email-editor-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

email-editor-app


emoji-game-output

App Functionality

The app has the following functionalities:

  • The homepage has a new template button which can be used to create templates.
  • On loading, the page displays all templates present in the database.
  • Each template card has an edit button which can be used to edit the template.
  • The new template button will direct the user to the /template/{id} route.
    • The page will load an empty editor.
    • You can make your changes and press save to send the JSON to the database.
  • The edit button will direct the user to the /edit-template/{id} route.
    • The page will load the editor with the template JSON saved in the database.
    • You can make your changes and save them for next time.
  • Every template has a download button to download the html.
    • Note You should save the file before downloading.

About

A simple drag-n-drop email editor using Unlayer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.4%
  • CSS 20.8%
  • HTML 15.8%