tbriany / Pursuit-Core-Web-React-Introduction-Lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pursuit-Core-Web-React-Introduction-Lab

Recreate the image below using React and CSS. Use CSS Grid Layout to arrange your components.

ProfilePage

Description

This lab was bootstrapped with Create React App. You you have a React App scaffolding to start with but you will need to run npm install to download all its dependencies (takes some time).

Your App will have the following components structure. Create a file per component in a folder src/Components/

  • Visualized as a component tree

components tree

  • Visualized as a list

components list

  • Think about how this components tree matches what a user will see in the screen.
  • How many children will App have and who are they?
  • Import the children of App into App.js and use them.

Boilerplate create-react-app documentation

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

About


Languages

Language:JavaScript 76.1%Language:HTML 13.9%Language:CSS 9.9%