/landing-page-with-react

Landing Page with react

Primary LanguageJavaScript

alt text Landing page with React

🔥 This exercise is meant to be done with a partner.
   Collaborate, discuss exchange with others and your learning will be easier and faster.

Technologies: HTML, CSS, JS, React.

Let's build this landing page using React Function Components. The idea is to split Bootstrap components into different function Components, they'll be all imported in the main component Home.jsx

Please use Function Components for this

Note: the Cards have different content, think DRY (Don't repeat yourself) and declare only one component and use props to handle different content.

How to start?

  1. Take some minutes to build a strategy, draw it!

Strategy for building a landing page with react

The key of this project is to help you understand how to pick the components that you want to build, you have to think the best way to organize and avoid future errors. What can be re-used? If your code is tuning into something big and hard to understand you probably will need to split into components: <Jumbotron />, <Navbar />, <Card />.

  1. Use the React boilerplate.
  2. Start building!

That is it! Start coding your first React website. Have fun!