Skip to content

alized559/product-description

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Product Description

This repository represents product page by React

Functions

  • Navigation
  • Search
  • Display product and its details
    • via name
    • via price
    • via description
    • via brand
    • via model
    • via condition
    • via color
    • via size
    • via dimensions
  • Seller follow/unfollow and contact
  • See Seller reviews
  • Comment on product
  • View popular products

Clone the project

[email protected]:alized559/product-description.git
cd product-description

Install Dependencies

npm i bootstrap
npm i styled-components
npm i font-awesome

Styling

I used bootstrap4.5.2 framework for some components like buttons, and styled-components package. Which let you to use css inside js file for example:

const Button = styled.button`
  color: grey;
`;

Now you can use it as a component:

<Button>example</Button>

Running

npm start

Releases

No releases published

Packages

No packages published