Skip to content

mate-academy/react_static-list-of-posts-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9de0191 · Sep 10, 2024

History

69 Commits
Sep 10, 2024
Mar 19, 2024
Jul 15, 2024
Jul 2, 2019
Apr 6, 2022
Apr 6, 2022
Jul 15, 2024
Apr 7, 2022
Feb 13, 2024
Feb 13, 2024
Jul 2, 2019
Jul 2, 2019
Apr 6, 2022
Feb 13, 2024
Jun 24, 2023
Jul 15, 2024
Jul 15, 2024
Jul 15, 2024
Jul 15, 2024
Jul 15, 2024

Repository files navigation

React Static List of Posts (JS)

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 posts by adding a user and comments to each post (each comment has a postId);
  • split the App into components based on given CSS blocks;
    • styles from App.scss should be moved to separate files, as well. E.g.: PostList.scss;
  • List components should take an array of corresponding objects and render one Info component per object;
  • Info components should take one object and render its data.

Instructions

  • 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 test to ensure your solution is correct.
  • Replace <your_account> with your Github username in the DEMO LINK and add it to the PR description.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published