BasileF / Full-Send-341

0 stars 0 forks source link

User Info React Component #31

Closed patrickgdbt closed 4 years ago

patrickgdbt commented 4 years ago

A component should be created that will house the main user info for a profile page. This consists of:

This component can be divided into 3 smaller components for simplicity.

*Databases have not been implemented yet for this information and can therefore be hard-coded as placeholders for now. However, make sure that the values are being gathered from a source and not simply being written in line.

ex: Don't simply write Followers: 45 instead do something like: int i = 45; Followers: {i}

Link to user story:

14