1 - Social network profile We need to create a Profile component with which we could display information about a social network user. The data about the user is in the file user.json.

2- Statistics Section Create a component Statistics, which would display statistics on the transferred props. For example, uploads to the cloud by file type, webpage visits by users from different countries, financial expenses, etc. The data about statistics is stored in the data.json file.

3 - Friends list We need to create a component FriendList with which we could display information about the user's friends. The information about friends is stored in the file friends.json.

4 - Transaction History A component of the transaction history must be created in the personal profile of the Internet Bank. Data for the list is available in JSON format in the file transactions.json.