/bl-test

Primary LanguageTypeScript

Instructions

  • Use only Functional Component
  • State Management
    • Redux
  • The Add to Cart has to be functional, the cart value must be reflected on the cart icon of bottom navigation bar.
  • Login form needs to be validated with respective error messages.
  • Social Login with google and facebook, using
  • Share product on Whatsapp, and deeplinking to the application.
  • Clean code, Standard practices.
  • Any package can be used to create the carousels, Bottom Navbar etc.
  • 4Days timeline.

Installation

yarn install

IOS

cd ios && pod install

Android

cd android && ./gradlew clean

Usage

yarn start

IOS

yarn ios

Android

yarn android