Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 563 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 563 Bytes

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