vibey
vibey copied to clipboard
[FEATURE] Add a Search bar
Detailed description
Adding a search functionality with the filter option.
Context
The change will show only the hackathons or CFPS, searched for in the search bar.
Possible implementation
No response
Additional information
No response
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Hi there!
Thank you for creating an issue. We appreciate your feedback and will do our best to address your concerns as quickly as possible. If you have any questions or need additional information, please don't hesitate to let us know. Welcome to the community. Thanks again for your contribution!If you want to keep contributing to open source and want to do it with a supportive and inclusive community, consider joining UniKonf. We help and encourage each other to make regular contributions to open source projects. If you have any questions, do not hesitate to ask. We look forward to having you as part of our community!
Hey @Deepu178 Please assign me this issue under GSSOC'23.
@Kushagra102 can you tell me how are you gonna implement the things and at which level you are planning to do?
@Deepu178 I was thinking of something like this with the most optimized search technique. If any other changes you want please suggest.
actually, It's static but I want to know in details about searching services you are gonna use
Hey @Deepu178
Okay so I will be iterating reducing the number of re-renders which are caused when you implement basic search functionality by only rendering and displaying the searched components.
Filter logic can be something like updating filter options only when the search term changes and using useMemo to remember to make it utmost optimized (if need be).