jenniferhubermayer / design-shop-react-props

This project is build with React and uses props to learn how to use components in an efficient way.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

design-shop-react-props | Design Shop Website

This project is build with React and uses props to learn how to use components in an efficient way.

Table of contents

Overview

The challenge

The challenge was to create a product component that outputs the product cards. The price, name and image of the product are passed via props (img, product, price, description).

Code a component that renders three product cards. Give each card its own props.

Screenshot

Links

My process

Built with

  • React App
  • Semantic HTML5 markup
  • CSS (desktop only)
  • Flex and Grid
  • JavaScript

Author

Acknowledgments

This project has been realized as part of the super(c)ode "Front-End Boot-Camp 2022".

About

This project is build with React and uses props to learn how to use components in an efficient way.


Languages

Language:JavaScript 54.6%Language:CSS 30.3%Language:HTML 15.1%