Skip to content

ihor-jpeg/react_static-list-of-posts

 
 

Repository files navigation

React static list of posts

The task

Implement an application with 5 components PostList, PostInfo, UserInfo, CommentList and CommentInfo displaying posts with comments and user details.

  • Create a preparedPosts array in the App with each post having a link to a user and comments array. And pass it to the PostList
  • The PostInfo accepts a post object (with user and comments properties added before) and renders a title, a body, a UserInfo and a CommentList
  • The UserInfo accepts a user object and renders at least a name and an email
  • The CommentInfo should show a name, a body and an email

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.8%
  • Other 0.2%