-
Notifications
You must be signed in to change notification settings - Fork 1
Shop page
Ahmed Aleryani edited this page Oct 14, 2020
·
3 revisions
This is where magic happens, the actual main page is the shop page because it displays all the products that are being posted to be sold or donated. The list of products are being displayed inside cards, each card contains an image, title or name of product, brief description about the product and a button to view details. When view details button is pressed it redirects you to the product's details.
- Header which is similar to the main header in home page that has Logo, navbar, but if you are logged in it shows user picture.
- Container for products, that contains the cards mentioned above.
- Products container has small header that can be used to filter items inside it and a search bar.
- then footer.