/vue-newsletter-popup

Vue Newsletter Popup component that inserts the submitted user's full name + email into a JSON. Trigger methods include: TimeOnPage, ExitIntent and onClick Made with Vite + Vue 3 + ExpressJS

Primary LanguageVue

Vue Newsletter Subscription

Project Description

This project is a Vue.js application designed to handle newsletter subscriptions. Users can enter their full name and email address to subscribe to a newsletter. The application includes a simple form for submission and displays a success message upon successful submission or an error message if there's an issue.

Features

  • Vue.js frontend for form submission
  • Express.js backend for handling form data and writing to a JSON file
  • CORS enabled to allow cross-origin requests
  • Simple form validation