From 2ef2643599e5bd6aef1ac50e036a35c35915047c Mon Sep 17 00:00:00 2001 From: "stan0men@yahoo.com" Date: Wed, 3 Jun 2026 14:06:46 +0300 Subject: [PATCH] Solution --- README.md | 25 ++++++++++++++----------- src/scripts/main.js | 22 +++++++++++++++++++++- 2 files changed, 35 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index d24722b51..2238f85d8 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ 1. Replace `` with your Github username in the link - - [DEMO LINK](https://.github.io/js_task_fix_form_DOM/) + - [DEMO LINK](https://Stan0men.github.io/js_task_fix_form_DOM/) 2. Follow [this instructions](https://mate-academy.github.io/layout_task-guideline/) - - Run `npm run test` command to test your code; - - Run `npm run test:only -- -n` to run fast test ignoring linter; - - Run `npm run test:only -- -l` to run fast test with additional info in console ignoring linter. + - Run `npm run test` command to test your code; + - Run `npm run test:only -- -n` to run fast test ignoring linter; + - Run `npm run test:only -- -l` to run fast test with additional info in console ignoring linter. ### Task: Auth form fix @@ -12,21 +12,24 @@ Look at this form... Looks like something is missing here. Labels? Placeholders? ![Preview](./src/images/preview.png) Your task is to make script, which fixes problems in this form. -1) Add `