This project provides a simple web-based signup form where users can enter their email address to join a waitlist.
- Users can enter their email address to join the waitlist.
- Validation ensures that only valid email addresses are accepted.
- Submitted email addresses are stored in a text file (
waitlist.txt
). - Simple styling with CSS for a pleasant user interface.
- Enter your email address into the input field.
- Click on the "Join Waitlist" button to submit your email address.
- After submission, the input field will be cleared automatically for the next user.
- HTML
- CSS
- PHP
-
Clone the repository:
git clone https://github.com/imrkaofficial/waitlist-signup.git
-
Navigate into the project directory::
cd waitlist-signup
-
Start a local server (if using PHP built-in server):
php -S localhost:8000
-
Open your web browser and go to
http://localhost:8000
to view the signup form.
This project is licensed under the MIT License.