Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reeju619/watches-india-landing-page
A simple watch store landing page with a form and coupon code system integration. The from data is stored in an external google sheet with the help of PHP Curl and in a MySQL database. The form is validated using JavaScript. For google sheet integration, have to create google form. Inspect & copy entry points of each field. Paste it in the lead.php
https://github.com/reeju619/watches-india-landing-page
curl google-sheets html-css-javascript mysql-database php php8 phpmyadmin
Last synced: about 1 month ago
JSON representation
A simple watch store landing page with a form and coupon code system integration. The from data is stored in an external google sheet with the help of PHP Curl and in a MySQL database. The form is validated using JavaScript. For google sheet integration, have to create google form. Inspect & copy entry points of each field. Paste it in the lead.php
- Host: GitHub
- URL: https://github.com/reeju619/watches-india-landing-page
- Owner: reeju619
- Created: 2023-01-05T08:32:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-14T11:36:05.000Z (12 months ago)
- Last Synced: 2024-01-14T17:05:22.522Z (12 months ago)
- Topics: curl, google-sheets, html-css-javascript, mysql-database, php, php8, phpmyadmin
- Language: PHP
- Homepage:
- Size: 327 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Watches India Landing Page
## Project Overview
This project, Watches India Landing Page, is designed to create an engaging and interactive landing page for showcasing and promoting a variety of watches. It integrates front-end and back-end technologies for a seamless user experience.## File Structure
- **css**: Contains CSS files for styling the web page.
- **fonts**: Directory with font resources used in the project.
- **index.php**: The main landing page of the website.
- **js**: JavaScript files, including `script.js` and `scripttwo.js`, for dynamic interactivity on the web page.
- **PHP Scripts**: Includes `database.php` for database interactions, `lead.php` for lead management, and `thank-you.php` for post-submission response.