Skip to content

Latest commit

Β 

History

History
20 lines (16 loc) Β· 852 Bytes

File metadata and controls

20 lines (16 loc) Β· 852 Bytes

Namaste React Course by Akshay Saini

Chapter 04 - Talk is Cheap, show me the code

Coding Assignment:

  • Build a Food Ordering App
    • Think of a cool name for your app
    • Build an AppLayout
    • Build a Header Component with Logo & Nav Items & Cart
    • Build a Body Component
      • Build RestaurantList Component
      • Build RestaurantCard Component
        • Use static data initially
        • Make your card dynamic(pass in props)
          • Props - passing arguments to a function - Use Destructuring & Spread operator
        • Render your cards with dynamic data of restaurants
        • Use Array.map to render all the restaurants