ckuchibh / React-Front-end-Assignment-2

Front-end development with React Assignment2 - Coursera

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Front-end Web Development With React

by The Hong Kong University of Science and Technology

Assignment 2

Assignment Requirements

This assignment requires you to complete the following tasks. Detailed instructions for each task are given below. The picture of the completed web page included below indicates the location within the web page that will be updated by the three tasks.

Task 1

In this task you will be integrating the AboutComponent into the single page application:

First, download the AboutComponent.js given above and move it to the components folder, and Update the MainComponent.js file to integrate the AboutComponent into the single page application. You should be able to navigate to the AboutComponent by clicking the links in the navigation bar and the footer. Task 2

In this task you will implement a new functional component named through the RenderLeader() function:

The RenderLeader() function receives the details of a leader as its parameter, Implement RenderLeader() function to use the Leader information received as a parameter and render the leader information as shown in the screenshot below using the reactstrap component. Recall how we used the component in the first module to render the details of a dish in the MenuComponent. This will make available the component for use within your AboutComponent. Task 3

In this task you will use the component created in the previous task to render a list of leaders within your AboutComponent:

Update the leaders variable within the AboutComponent() function to make use of the component to render the list of leaders.

About

Front-end development with React Assignment2 - Coursera


Languages

Language:JavaScript 93.3%Language:HTML 4.4%Language:CSS 2.3%