ayushagg31 / Trellis

A simplified Trello clone built with React, Redux, Node, Express and MongoDB.
https://trellis-app.herokuapp.com
GNU General Public License v3.0
127 stars 54 forks source link

Feature add search functionality #61

Closed Lutheriel closed 3 years ago

Lutheriel commented 3 years ago

Description added search functionality

image image

Fixes # (issue reference) https://github.com/ayushagg31/Trellis/issues/14

Type of change

Checklist

ayushagg31 commented 3 years ago

You have added functionality to search among the cards. Please add alert/msg for user when card is not found. Also replace the Search placeholder with appropriate text. Also, if possible add a highlight background in search text for user feasibility. Rest looks good, I'll review it in details later. Thanks for the contribution 😄

Lutheriel commented 3 years ago

added highlighting, new placeholder and alert. image image image