yatania / react_static-list-of-posts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React static list of posts

Task

  • Implement an application with 5 components PostList, Post, User, CommentList and Comment displaying posts.js, users.js and comments.js.
  • Each post in the PostList is represented by a Post component. It should show:
    • the title of the post
    • the text (body) of the post
    • the User component showing the name, email and address of the author of the post
    • CommentList a sublist of the post comments.
      • Each Comment should show the name, body and email.

About


Languages

Language:JavaScript 99.9%Language:HTML 0.1%Language:CSS 0.0%