Vagabonds-Labs / cofiblocks

Welcome to Cofiblocks marketplace: A Starknet web3 platform to innovate Costa Rica coffee industry. Cofiblocks connects small coffee farmers directly with coffee lovers, cutting out unnecessary intermediaries.
https://www.cofiblocks.com/
12 stars 26 forks source link

refactor: Added search bar using jotai Atoms no unnecesary files #34

Closed diegoTech14 closed 1 month ago

diegoTech14 commented 1 month ago

Description

This PR implements the product search bar UI, fetching product data from Mocked data and displaying them in the product list

Checklist

Type of Change

Testing

Manual Testing

  1. Run the app
  2. Search a product for region, for example: "Alajuela"
  3. Result will appear
  4. Clear the search

If the search parameter does not match, the result will show a "No results" image.

Automated Tests

Additional Notes