Split the App.js into components based on CSS blocks. CSS code should be split too.
- You already have
Article,HeaderandWelcomefolders inside./src/components/with required files. - You may also create a folder for the
Navigationcomponent and move navigation there. - Tests expect you to use
export defaultfor all the components.
- Install Prettier Extention and use this VSCode settings to enable format on save.
- Implement a solution following the React task guideline
- Open one more terminal and run tests with
npm testto ensure your solutions is correct - Replace
<your_account>with your Github username in the DEMO LINK and add it to the PR description