/js_form_validation

Validate several input elements in a form using vanilla JS

Primary LanguageHTML

JS Form Validation

This is a small test to write Js code for form validation.

Installations

React app

  • Clone the repository: git clone https://github.com/iloveyii/js_form_validation.git.
  • CD to directory cd js_form_validation and then run npm live server live-server .
  • You can install live server with npm command npm i -g live-server.

Requirements

  • You many need to install the following.
    1. node >= 10.16.0
    2. npm >= 6.9.0