diff --git a/README.md b/README.md index acd4587e2..d4bb939e7 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,16 @@ +[DEMO LINK](https://maksym2493.github.io/react_decompose/) + # React Decompose Split the `App.js` into components based on CSS blocks. CSS code should be split too. + - You already have `Article`, `Header` and `Welcome` folders inside `./src/components/` with required files. - You may also create a folder for the `Navigation` component and move navigation there. - Tests expect you to use `export default` for all the components. ## Instructions + - Install Prettier Extention and use this [VSCode settings](https://mate-academy.github.io/fe-program/tools/vscode/settings.json) to enable format on save. - Implement a solution following the [React task guideline](https://github.com/mate-academy/react_task-guideline#react-tasks-guideline) - Open one more terminal and run tests with `npm test` to ensure your solutions is correct -- Replace `` with your Github username in the [DEMO LINK](https://.github.io/react_decompose/) and add it to the PR description +- Replace `` with your Github username in the [DEMO LINK](https://maksym2493.github.io/react_decompose/) and add it to the PR description