This project is a responsive contact form built with React, styled with Tailwind CSS, and uses Axios for managing API requests. It includes client-side validation and integrates with SheetDB API to store form submissions.
git clone <https://github.com/hemraj-007/Contact-Page>
.npm install
in the project root.npm run dev
Validation ensures all fields are filled in correctly:
The form uses Google Sheets for persistence via the SheetDB API. Ensure your Google Sheet is accessible at: Google Sheets.
Form submissions are sent to SheetDB via an Axios POST request.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.