Build & deploy your first website¶
Scrimba – Web dev basics → Project 1
Summary¶
First part of scrimba is a nice ease your way intot he code base changing waht at a first glance looks complex but as the course goes on you realsie straight forward parts fo the code base. Scribas interactive videos make it very easy to view in real time your changes.
Here is an example of Build & Deploy your first website.

The intro section gets you modifiying various sections such as style.css
--background-image: var(--smoke);
and the index.js
// CHALLENGE: add your own name and emoji to the website
ReactDOM.render(<App name="DevOpsCoder" emoji="🥶"/>, document.getElementById("root"));