scrimba
Learn React
React site
Project part 1 - markup (Update)
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

To see this lesson you need to be logged in. Joining Scrimba is free and gives you access to 20+ courses.Sign up
Project part 1 - markup (Update)
AboutCommentsNotes
Project part 1 - markup (Update)
Expand for more info
index.js
run
preview
console
/*
Challenge: Starting from scratch, build and render the
HTML for our section project. Check the Google slide for
what you're trying to build.

We'll be adding styling to it later.

Hints:
* The React logo is a file in the project tree, so you can
access it by using `src="./react-logo.png" in your image
element
* You can also set the `width` attribute of the image element
just like in HTML. In the slide, I have it set to 40px
*/

Console
/index.html
-5:33