A simple OTP verification form implemented using HTML, CSS, and JavaScript. The form allows users to enter their phone number and OTP code, and verifies the code against a hardcoded value for demonstration purposes.
This repository contains a simple OTP verification form implemented using HTML, CSS, and JavaScript. The form allows users to enter their phone number and OTP code, and verifies the code against a hardcoded value for demonstration purposes.
-
Clone the repository:
git clone https://github.com/Redwiat/otp-verification-form.git
-
Open the
index.html
file in a web browser.
The repository is structured as follows:
├── index.html
├── style.css
└── script.js
index.html
: HTML file containing the OTP verification form.style.css
: CSS file for styling the form elements.script.js
: JavaScript file for handling form submission and OTP verification.
Feel free to modify and customize the code to suit your requirements.
This project is licensed under the MIT License.