In this task, you'll create a basic React application to display a single webpage with multiple sections.
Each section of the webpage will be a separate component.
The webpage must have the following components:
App, Header, MainContent & Footer.
-
The
Appcomponent should contain the other required components inside of it. -
The
Headercomponent can be a simpleh1element. -
The
MainContentcomponent should have twosectionelements. -
The
Footercomponent can be a simplefooterelement. -
You can style the website to your liking using the
index.cssfile.
Here's How the website can look:

-
Fork this repository to your GitHub account.
-
Clone the repository to your local development environment.
-
Create the required components -
App,Header,MainContent&Footer. -
Add basic styling to your app.
-
Test your application to ensure that the components are rendered correctly.
-
Commit your code and push it to your GitHub repository.
Once you've completed the task, create a pull request for this repo.