mr9d / form-validation-demo

Demo application for Yandex Praktikum students to demonstrate the features of HTML5 forms validation.

Home Page:https://mr9d.github.io/form-validation-demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML forms validation demo for Yandex Praktikum

About

Demo application developed at the request of Yandex Praktikum students. The goal was to demonstrate the new features of HTML5 forms and how to use them to implement form validations in plain HTML without JavaScript.

Good references for HTML form validation are available on MDN and w3schools.

Live version

Available at GitHub pages: https://mr9d.github.io/form-validation-demo/ (deployed from the master branch)

Running locally

If you want to run the application locally, you can do the following:

  • git clone the repository
  • Open index.html in the browser

That’s it, no build required.

How to use

The application itself is a generic HTML form with different inputs. The "Send" button doesn’t do anything except say if the form was submitted correctly or not.

Used technologies

About

Demo application for Yandex Praktikum students to demonstrate the features of HTML5 forms validation.

https://mr9d.github.io/form-validation-demo/


Languages

Language:HTML 65.7%Language:CSS 22.6%Language:JavaScript 11.7%