This task is similar to Static List of TODOs, but you should do everything yourself:
- don't change classes in the given markup (tests use them);
- prepare
postsby adding auserandcommentsto eachpost(each comment has apostId); - split the
Appinto components based on given CSS blocks;- styles from
App.scssshould be moved to separate files, as well. E.g.:PostList.scss;
- styles from
Listcomponents should take an array of corresponding objects and render oneInfocomponent per object;Infocomponents should take one object and render its data.
- 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 solution is correct. - Replace
<your_account>with your Github username in the DEMO LINK and add it to the PR description.