Remove unnecessary files and code from the project template.
Add two folders to src: components and style (don’t forget the reset CSS file).
Write and style the following components: § Header (with title and main navigation). § Banner (see the example provided). § Button. § Gallery (a row with 4 images). § Footer.
Banner sets the buttons’ text and style via props. You have to create styles (classes) for two types of buttons: primary (with background colour and white text) and secondary (with border and text with the same colour, and no background colour).
App, the root component, defines the content of both Banner (title and text) and Gallery (an array of URLs) components via props.
Gallery uses the provided array to create the image gallery (use the map method and the tag in your JSX).
Host your project on GitHub pages.
Don't forget to add your favourite font family to index.html