Skip to content

Angular - update .json for Youtube Task #1773

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions stage0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
- ["CV#3. CV. Cross-Check"](../tasks/cv/cv-stage0.md)

### Неделя #3

- [Модуль "Позиционирование в CSS. Flex."](modules/css-positioning/)
- [Модуль "Знакомство с JavaScript"](modules/js-basics/)
- [Модуль "Знакомство с Codewars. Задачи Часть #1"](../tasks/codewars/preschool-2022-codewars1.md)
Expand All @@ -39,6 +40,7 @@
- ["Museum#1. Фиксированная вёрстка"](../tasks/museum/museum-stage1.md)

### Неделя #4

- [Модуль "Обьекты и массивы в JavaScript"](modules/objects-and-arrays/)
- [Модуль "Codewars Часть#2"](../tasks/codewars/preschool-2022-codewars2.md)
- [Модуль "Закрепление основ JavaScript. Функции"](modules/js-functions/)
Expand All @@ -47,30 +49,35 @@
- ["Museum#2. Адаптивная вёрстка"](../tasks/museum/museum-adaptive.md)

### Неделя #5

- [Кросс-чек проверка](https://docs.rs.school/#/cross-check-flow) проекта ["Museum#2"](../tasks/museum/museum-adaptive.md)
- [Модуль "DOM API"](modules/dom-api/)
- [Модуль "DOM Events"](modules/dom-events/)
- Проект ["Museum"](../tasks/museum/museum-stage1.md)
- ["Museum#3. Добавление функционала"](../tasks/museum/museum-dom.md)

### Неделя #6

- [Модуль "Codewars Часть#3"](https://github.com/rolling-scopes-school/tasks/blob/master/tasks/codewars/preschool-2022-codewars3.md)

### Неделя #7

- [JS-101](https://github.com/Luffi2539/core-js-101/)
- [Кросс-чек проверка](https://docs.rs.school/#/cross-check-flow) проекта ["Museum#3"](../tasks/museum/museum-dom.md)
- [Secret Task](https://www.youtube.com/watch?v=dQw4w9WgXcQ)

### Неделя #8

- [Модуль "Алгоритмы и Структуры Данных"](modules/data-structures-part-1/)
- [Модуль "Алгоритмы и Структуры Данных. Часть 2"](modules/data-structures-part-2/)

### Неделя #9

- [Кросс-чек проверка](https://docs.rs.school/#/cross-check-flow) проекта ["Secret Task"](https://www.youtube.com/watch?v=dQw4w9WgXcQ)

### Неделя #10
- Сдача хвостов, получение сертификата

- Сдача хвостов, получение сертификата

## Сертификат

Expand Down
2 changes: 1 addition & 1 deletion tasks/angular/components-directives-pipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ NB: Visual design and colour scheme of the app is by your taste and up to you -

- When user opens the app, only the **Header** section should be shown
- After submitting the search form, the **Search results block** appears.
- Show cards of videos populated with mocked data (use data from [response example](./response.json) file). You can store the mocked data in the **Search results** component
- Show cards of videos populated with mocked data (use data from [response example](./youtube_response.json) file). You can store the mocked data in the **Search results** component
- The bottom border represents the publication date status. The following border colors should be used:
- 🟥 if older than 6 months
- 🟨 if between 1 and 6 months
Expand Down
Loading
Loading