-
Notifications
You must be signed in to change notification settings - Fork 21
Adding a search feature #26
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfestIssue is under HacktoberfestIssue is under Hacktoberfesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfestIssue is under HacktoberfestIssue is under Hacktoberfesthelp wantedExtra attention is neededExtra attention is needed
🚀 Feature
A clear and concise description of what the feature is.
We can add a search box so that users can search for any particular profile and we need to render the data according to the search query.
Describe the solution you'd like
Need to add a search bar at the top, also need to add some logic to filter out the data according to the search query.
Additional context
Please add a new component in the
src/components/directory and add the Search Bar component.