There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Create registration form, add some validate rules for password(one uppercase letter, one number, one special symbol (@#$ etc.) also add some rules for phone and age input fields(they should contains only integer values) after all validaiton rules will be provided, all input field property sets in one object, which set off to that link https://venify.herokuapp.com/user/register. Object keys should be like in that example { age, phone_number, password, geo_location, login, gender }. After everything will be success, user can login on that web-site https://maxwillow.github.io/love_lodestone/login.html