whizkydee / form-validation-realtime

A version of @ireade's realtime form validation written with ES6 :heart:

Home Page:https://whizkydee.github.io/form-validation-realtime/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Realtime Form Validation (ES6 Version)

🔥 Running locally

Note that this version of the demo is strictly written in ES6. The gulpfile.babel.js file requires gulp>=3.9 to run the gulp tasks, as it is written in ES6. To get things working, run npm install gulp && npm install gulp -g to update to a version not lesser than 3.9. There's a gulp transpile task which basically transpiles the ES6 code to ES5.

You can find the original version here.

About

A version of @ireade's realtime form validation written with ES6 :heart:

https://whizkydee.github.io/form-validation-realtime/


Languages

Language:CSS 53.3%Language:JavaScript 37.2%Language:HTML 9.5%