Git Product home page Git Product logo

lab-hello-ironhack's Introduction

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

Iteration 1 | Initial set up

Let's start with the basics: as you can see public folder is already there and it has some images in it. Let's add the folders you will need for the project: dist and src. Also, remember to create an index.html file, where you will have the entry point of the application. (Refer to the lesson to see where index.html suppose to be.)

Babel and Webpack

Our project needs to have two important packages that are necessary for compiling: Babel and Webpack.

But don't worry, we took care of it. As well as of webpack.config.js file. โœ”๏ธ

Iteration 2 | Create the app

You are ready to start creating your React app. First, add the packages you need ([email protected] [email protected]). And then create an index.js file (refer to the lesson to see where this file suppose to be).

Iteration 3 | First Landing Page

Finally, let's create our 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! โค๏ธ

lab-hello-ironhack's People

Contributors

marcospalaciosiii avatar mc100s avatar nizaroni avatar papuarza avatar sandrabosk avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.