elkhayate / react_article

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React article

Task

Implement an Article component that accept the next props:

  • title - should be displayed inside h1 tag
  • date - should be displayed inside a span tag
  • text - should be displayed inside p tag

The App renders an Article and passes the data from the article object.

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 93.8%Language:HTML 5.2%Language:Shell 0.6%Language:SCSS 0.4%