/url-checker

Primary LanguageJavaScript

URL Checker / Validator

How to use

  • Clone this repository to your local machine.
  • Change into the newly created directory.
  • Open the file src/index.html in your favorite text browser.

Features

  • User input is validated on the client side following the oninput event.
  • Server response and input validity (with visual appeal) is displayed in the browser as user types.
  • Server request is throttled at 250 milliseconds to prevent too many requests.

Live Demo

You can check out the live demo here