From 11e0b49abf69418a2698c8f06829a97aee2c52b7 Mon Sep 17 00:00:00 2001 From: annbisha Date: Tue, 21 Apr 2026 12:15:26 +0300 Subject: [PATCH 1/3] done --- README.md | 25 ++++++++++++++----------- src/scripts/main.js | 19 ++++++++++++++++++- 2 files changed, 32 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index d24722b51..7ea812ee3 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://github.com/annbisha.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 `