Arturovj / lab-hello-ironhack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 🌼 ).

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

The base project was created using create-react-app, so we can start coding! 🚀

The goal of this lab is to create a landing page. In the public folder, you will find all the assets you need to recreate the following landing page:

For now, don't worry about creating more than one component, we will cover that in the following lessons!

Happy coding! ❤️

About


Languages

Language:CSS 37.5%Language:JavaScript 32.4%Language:HTML 30.2%