This is the first task for the React course.
Create a react application and name it react-task-one
Create a ProfileCard Component that shows:
- Your name
- Your picture
- A short bio about you
Your component should receive all this content as props.
Style your ProfileCard component to look good.The props i used are:
- src
- profileData