Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.18 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.18 KB

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