Skip to content

This project provides a simple web-based signup form where users can enter their email address to join a waitlist.

License

Notifications You must be signed in to change notification settings

imrkaofficial/waitlist-signup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Waitlist Signup Form

This project provides a simple web-based signup form where users can enter their email address to join a waitlist.

Features

  • 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.

Usage

  • 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.

Technologies Used

  • HTML
  • CSS
  • PHP

Getting Started

  1. Clone the repository:

    git clone https://github.com/imrkaofficial/waitlist-signup.git
    
  2. Navigate into the project directory::

    cd waitlist-signup
    
  3. Start a local server (if using PHP built-in server):

    php -S localhost:8000
    
  4. Open your web browser and go to http://localhost:8000 to view the signup form.

License

This project is licensed under the MIT License.

About

This project provides a simple web-based signup form where users can enter their email address to join a waitlist.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published