-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #669 from Czechitas-podklady-WEB/668-react-4-přida…
…t-cvičení React 4: Přídání cvičení
- Loading branch information
Showing
9 changed files
with
35 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## Cvičení: Pokročilejší komunikace | ||
|
||
::exc[cvlekce/komunikace] | ||
|
||
V následujících dvou cvičeních si budeme hrát s hamburge menu. | ||
|
||
::exc[cvlekce/hamburger-menu] | ||
::exc[cvlekce/nazev-stranky] | ||
|
||
Komunikaci mezi sourozenci si vyzkoušíme na aplikace zborazující dotazník. | ||
|
||
::exc[cvlekce/dotaznik] | ||
::exc[cvlekce/dotaznik-fajfka] | ||
::exc[cvlekce/dotaznik-odpoved] |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
--- | ||
title: Dotazník, seznámení | ||
lead: Začneme tvořit aplikaci na tvorbu dotazníků spokojenosti. | ||
demand: 2 | ||
solutionAccess: lock | ||
--- | ||
|
||
V tomto cvičení budeme vytvářet jednoduchou aplikaci na tvorbu dotazníků spokojenosti. | ||
V tomto cvičení začneme vytvářet jednoduchou aplikaci na tvorbu dotazníků spokojenosti. | ||
|
||
1. Vytvořte si repozitář ze šablony [cviceni-dotaznik](https://github.com/Czechitas-podklady-WEB/cviceni-dotaznik). | ||
1. Nainstalujte závislosti a aplikaci spusťte. | ||
1. Prohlédněte si vzhled aplikace a také její zdrojový kód. Nejsme už žádní troškaři, aplikace se skládá hned z pěti oddělených komponent. Prohlédněte si, jak jsou navzájem propojené a seznamte se s celkovou strukturou aplikace. Komponentu `Icon` zatím nezkoumejte. Je v ní trochu nepřehledný kód pro zobrazování ikonek. | ||
1. Prohlédněte si vzhled aplikace a také její zdrojový kód. Nejsme už žádní troškaři, aplikace se skládá hned z pěti oddělených komponent. Prohlédněte si, jak jsou navzájem propojené a seznamte se s celkovou strukturou aplikace. Komponentu `Icon` zatím nezkoumejte. Je v ní trochu pokročilejší kód pro zobrazování ikonek. | ||
1. Prohlédněte si komponentu `Option`. Přepište ji tak, aby používala destrukturování props. | ||
1. Totéž proveďte s komponentami `Question` a `QuestionBody`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Pokročilá komunikace | ||
lead: Vyzkoušejte si pokročilejší komunikaci mezi komponentami. | ||
demand: 3 | ||
solutionAccess: lock | ||
--- | ||
|
||
1. Vytvořte si repozitář ze šablony [cviceni-pokrocila-komunikace](https://github.com/Czechitas-podklady-WEB/cviceni-pokrocila-komunikace). | ||
1. Následujte instrukce z README repozitáře. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,5 @@ sections: | |
- dite-rodic | ||
- sourozenci | ||
- potomci | ||
- cv-pokrocile | ||
- shrnuti | ||
# - cv-sourozenci |