Skip to content

Bishal-35/user-registration

Repository files navigation

User Registration

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.

Features

  • User registration form
  • Input validation for registration fields
  • Secure password storage
  • Responsive design

Technologies Used

  • HTML, CSS for the frontend
  • JavaScript for the backend
  • Local Storage for data handling

Installation

  1. Clone the repository:

    git clone https://github.com/Bishal-35/user-registration.git
  2. Navigate to the project directory:

    cd user-registration

Usage

  1. Open the application in your browser.
  2. Fill out the registration form with your details.
  3. Submit the form to register the user.

Contributing

Feel free to fork this project and submit a pull request if you'd like to contribute.