An open API service indexing awesome lists of open source software.

https://github.com/kostastepetes/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
https://github.com/kostastepetes/vue-newsletter-popup

form-submission newsletter-popup vue-popup

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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