This is a simple user registration system that allows users to sign up by providing basic information and storing it in a database. The project demonstrates the implementation of user registration, validation, and storing user data securely.
- User registration form
- Input validation for registration fields
- Secure password storage
- Responsive design
- HTML, CSS for the frontend
- JavaScript for the backend
- Local Storage for data handling
-
Clone the repository:
git clone https://github.com/Bishal-35/user-registration.git
-
Navigate to the project directory:
cd user-registration
- Open the application in your browser.
- Fill out the registration form with your details.
- Submit the form to register the user.
Feel free to fork this project and submit a pull request if you'd like to contribute.