Skip to content

Sanchit3004/Contact_form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact Form

This is a simple contact form web application that allows users to send messages through a form submission.

Features

  • User-friendly contact form with fields for name, email, subject, and message.
  • Form validation to ensure all required fields are filled out correctly.
  • Integration with Formspree to handle form submissions and email notifications.
  • Responsive design for optimal viewing on various devices.

Technologies Used

  • HTML5
  • CSS3
  • JavaScript
  • Express.js
  • Nodemailer
  • Formspree

Getting Started

These instructions will help you get a copy of the project up and running on your local machine.

Prerequisites

  • Node.js and npm should be installed on your machine.

Installation

  1. Clone the repository:
git clone <repository-url>
  1. Navigate to the project directory:
cd contact-form
  1. Install the dependencies:
npm install

Usage

  1. Start the local development server:
npm start
  1. Open your web browser and access the application at http://localhost:3000.
  • Formspree - Used for handling form submissions and email notifications.

Releases

No releases published

Packages

No packages published