Black Rock Digital Using Props
Create this site in React (you can feel free to change the styling a little bit, but the layout should be similar)
https://blackrockdigital.github.io/startbootstrap-clean-blog/
There two points to this exercise.
#1: Using the App component to contain a few of the major components of the page.
#2: Using .map()
and a container/list component to display a list of presentational components receiving props.
Each presentational component should receive a title, subtitle, author, description. This set of data should be stored in a JSON file.