
This project is experimental! It's my attempt to create visual email template editor using React+Redux+etc... tools stack.
Creating a visual email template editor can seem like a daunting task, but this experimental project simplifies the entire process through the use of React and Redux. Bootstrapped with Create React App, it offers a solid foundation for developers who want to delve into crafting intricate email templates with customizable features. Inspired by Mosaico, this tool caters to those with some knowledge of NodeJS, npm, React, Redux, and JavaScript, ensuring that users can not only utilize its functionalities but also extend its capabilities based on their specific needs.
The installation process is straightforward, requiring just a download and a few terminal commands to get started. Once set up, it presents a user-friendly interface where users can easily drag and drop blocks to create their emails. This project not only encourages creativity but also empowers developers to build their own blocks, contributing to a more personalized editing experience.

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.