rolling-scopes-school / support

15 stars 3 forks source link

Cross-Check 'HTML-Builder' - 'vladdlevshuk' #944

Closed vladdlevshuk closed 7 months ago

vladdlevshuk commented 7 months ago
  1. A link to your deployed project

    • отсутствует
  2. A link to the project repository on Github.

  3. A link to the task

  4. A Link to the checklist for evaluating the task (if it exists)

    • отсутствует
  5. A screenshot of cross-checking marks Screenshot_2

  6. A final score after self-assessment, with comments отсутствует

  7. A cross-check score of your Score отсутствует

Меня по ошибке исключили из курса. После восстановления я не получил работы для перекрёстной проверки. Задание было засабмичено вовремя. Screenshot_3 Screenshot_4

helenakrasnova commented 7 months ago

переименуйте ишью по шаблону как здесь image

lyutails commented 7 months ago

hey there o/

  1. 01-read-file:

    • [x] no sync methods are used
    • [x] ReadStream is used
    • [x] correct output in console image
    • [x] changed file's content shows corresponding resutl image 20 points
  2. 02-write-file:

    • [x] no sync methods are used
    • [x] text file has been created
    • [x] after entering the text the input is correctly recorded in the created text file
    • [x] on ctrl + c key combination a farewell phrase displayed in the console with subsequent process termination image image 20 points
  3. 03-files-in-folder:

    • [x] no sync methods are used
    • [x] information about files inside the secret-folder displayed in the console image
    • [x] the information about added files is correct and the data about directories is not displayed image image 20 points
  4. 04-copy-directory:

    • [x] no sync methods are used
    • [x] no fsPromises.cp is used
    • [x] created files-copy folder with an exact copy of the content of the original files folder
    • [x] the content of the files-copy folder is updated and corresponds to the content of the files folder image image image 20 points
  5. 05-merge-styles:

    • [x] no sync methods are used
    • [x] bundle is successfully created appeal_builder_05
    • [x] the bundle.css file is overwritten and contains up-to-date and correct styles image
    • [x] the ext-test-string is not present in the file image image 20 points
  6. 06-build-page:

    • [x] no sync methods are used
    • [x] no experimental function fsPromises.cp is used
    • [x] project-dist folder should be created in the 06-build-page directory, containing the index.html and style.css files, as well as the assets folder image
    • [x] the index.html file contains markup from the template.html file with the replacement of template tags with the markup of similarly named component files from the components folder. The markup of component files should be strictly in the places corresponding to the template tags. There should be no template tags themselves in the index.html file image image
    • [x] squirrel and others successfully added in folders as well as new {{about}} block image image 50 points

final result and total points for the task: 150

@helenakrasnova take a look at please

helenakrasnova commented 7 months ago

@lyutails thank you!