Chat Application

Overview

  • This chat application lists suggested products for you.

  • Example

  • Click the fab button for open the chat window.

    • If you type /select you'll see categories then select any category you want.
    • image1
    • image2
  • Click the product for details

    • image3
  • If you need help type /help

    • image4
  • For find the spesific product by id type /image {id}

    • image5
  • For list the suggested products by id type /product

    • image6
  • Suggestions

    • Type at least 3 letter for list the suggestions.
    • image7
  • Auto Complete

    • image8

Installation & Setup

yarn install
yarn dev

Run Tests

  • yarn cy:open

Linter

  • yarn lint
  • yarn type-check

Third Party Libs

  • State Management: Redux
  • Styles: Styled Components
  • Ci: Husky

Important Notes:

Test Results:

    • image9