From 9cc2a8a714bed32da9b0123db9959064e802a95b Mon Sep 17 00:00:00 2001 From: Damian Kurzydlo Date: Mon, 11 May 2026 22:18:36 +0100 Subject: [PATCH 1/2] feat: generate labels and placeholders for form inputs --- README.md | 25 ++++++++++++++----------- src/scripts/main.js | 11 +++++++++++ 2 files changed, 25 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index d24722b51..b716788b6 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://damian-k-dev.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 `