Skip to content

Latest commit

 

History

History

README.md

React Task 01

ProfileCard Component

This is the first task for the React course.

Task Description

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.

Tailwind CSS was used for styling via CDN

The props i used are:

- src
- profileData