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.
Available at GitHub pages: https://mr9d.github.io/form-validation-demo/ (deployed from the master
branch)
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.
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.
- HTML5
- CSS3
- JavaScript ES6
- GitHub Pages (documentation)