GSG-G10 / bastta

Bastta.com is a website that allows users to publish or buy second-hand products from all categories.
https://bastta.herokuapp.com
3 stars 4 forks source link

Common component Navbar #41

Closed muathkhatib closed 2 years ago

muathkhatib commented 2 years ago

DeepinScreenshot_select-area_20211123203752

  1. Build a Navbar as a common component with route configuration of logo redirect to home page
  2. Build the search component that takes an input value and send request /products?name=userInput with method GET
  3. Check for authentication state if the user signed in
    • Show add new Ads button and dropdown menu for logout open profile page.
    • Show the chat icon that will redirect to chat page