Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add search for users #86

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

add search for users #86

wants to merge 1 commit into from

Conversation

jphilly11
Copy link
Contributor

Added search functionality for users. If you enter anything into the search bar it will search for both memes and users with that criteria. If there are no memes or users with that then it will say there are no memes or users with that criteria. If only a user or a meme can be found but not the other then it will still display them both with a message for the empty one saying none can be found.

spanjshiri
spanjshiri previously approved these changes May 27, 2020
return (
<div>
{" "}
<h3>{username}</h3>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

H3 isn't really appropriate here. It may style it the way you want, but the heading tags have semantic meaning as headers. This isn't a header, it's data.

@jphilly11 jphilly11 linked an issue May 28, 2020 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Search for Users
3 participants