Header Component
Understand and add the Header component.
We'll cover the following...
Add the Header
component
The Header
component in the header.js
file is responsible for displaying our app name, JavaScript Quiz, on the top of our screen. To style the Header
component, we give it the header
class, which already has ...