Welcome to The Shop! This repository contains the code for a simple Sign Up Form built using HTML, CSS, and JavaScript. The form allows users to register for The Shop by providing basic information like their name, email, and password.
- Form Fields:
- Name
- Password
- Confirm Password
- Validation:
- Ensures all fields are filled out
- Verifies that the password and confirm password fields match
- Provides clear feedback for invalid input
- Responsive Design:
- The form is fully responsive, adjusting seamlessly to different screen sizes.
You can try out the Sign Up Form live here:
The Shop Sign Up Form - Live Demo
- HTML: For creating the structure of the form
- CSS: For styling and layout design
- JavaScript: For form validation and dynamic feedback
Follow these steps to get The Shop Sign Up Form up and running on your local machine.
Clone the repository using the following command:
git clone https://github.com/billyenglish/the-shop.git