Coder Social home page Coder Social logo

hw-w07d04-react-reference's Introduction

React Reference

Today we are going to make a reference application for React with React! Each component will explain a React topic. Take the time to read documentation and articles about each subject. Make this a reference for yourself!

Setup

  1. Create a new react app using create-react-app react-reference
  2. cd into your new app and open it in VS code
  3. Start the app with npm start

Assignment

Create the following components:

  1. A Header component with:
    • A title for the page (maybe something like 'React is Awesome!')
    • An image
  2. A Content component that serves as a container with:
    1. A component called ComponentInfo that has:
      • A title
      • Content that explains what components are and how to use them.
      • The following child components (you will have to create them)
        1. A PropsInfo component with
          • A title
          • A definition of what props are and how to use them in components
        2. A StateInfo component with
          • A title
          • A definition of what state is and how to use it.
        3. A LifeCycleInfo component with
    2. A component called JSXInfo that has:
      • A title
      • An explaination of of JSX and how it is used.
  3. A Footer component with some helpful resources. Here are a few to get you started, but include at least one that is not on this page!

You should end up with 8 components:

  • Header
  • Content
    • ComponentInfo
      • PropsInfo
      • StateInfo
      • LyfeCycleInfo
    • JSXInfo
  • Footer

Submission

Homework is due by 12:00 Tonight!

hw-w07d04-react-reference's People

Contributors

jackiecasper avatar arfajraa avatar

Watchers

James Cloos 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.