To run this project clone it and cd into folder.
- run
npm i --sto install dependencies - run
npm run devto start the application npm run testto run test suite
As ONLINE CUSTOMER, I want to SEARCH PRODUCTS to buy.
- Product search by brand or description require at least trhee characters and return all matching products.
- Product search by id must return single product.
- If search is palindrome list product(s) with 50% off.