logo_ironhack_blue 7

React | React Landing Page

Introduction

We just learned the basics about creating a Hello World app in React, so we will use this exercise to re-do what we just learned (and hopefully to add some style 🌼 ).

reactjs-landing

Requirements

  • Fork this repo
  • Clone this repo

Submission

  • Upon completion, run the following commands:

    git add .
    git commit -m "done"
    git push origin master
    
  • Create Pull Request so your TAs can check up your work.

Instructions

Iteration 1 - Create the App

Let's start with the basics: as you can see public folder is already there and it has some images in it. Let's edit App.jsx and other files in order to recreate what we see on the screenshot.

Iteration 2 - First Landing Page

Let's create our landing page. In the public folder, you will find all the assets you need to recreate the following landing page:

home

Please, recreate at least one of the elements on the page as an independent component, and add it to the /src/components folder.

Happy coding! ❤️