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

Added User Search Page Feature on Tasty Trails #445

Merged
merged 1 commit into from
Nov 10, 2024

Conversation

IkkiOcean
Copy link
Contributor

Issue Description:
This PR introduces a new user search page, allowing users on the Tasty Trails platform to search for other users based on various profile details, including names, bio, and cooking preferences.

Feature Summary:

  • New Page Added: /Search.jsx
  • Purpose: The user search functionality helps Tasty Trails users find and connect with others based on common interests, enhancing community interaction.

Key Features and Implementation

  1. Search Input Field

    • Adds a text input field where users can enter a search query.
    • Includes basic validation to ensure the search input is valid and not empty, enhancing the user experience by preventing invalid searches.
  2. Search Logic

    • Filters the user list according to search criteria, which may include name, bio, and cooking preferences.
    • Displays a "No users found" message if there are no matching users to inform users clearly when no results are available.
  3. Search Results Display

    • Shows a list of users that match the search query, displaying basic profile information for each user:
      • User name
      • Profile picture (if available)
      • Link to the user's full profile for more information
      • follower count
        -option to follow

video

WhatsApp.Video.2024-11-10.at.14.06.15.mp4

Copy link

netlify bot commented Nov 10, 2024

Deploy Preview for delightful-daifuku-a9f6ea ready!

Name Link
🔨 Latest commit e690337
🔍 Latest deploy log https://app.netlify.com/sites/delightful-daifuku-a9f6ea/deploys/673071afe730cd0008fa7f2f
😎 Deploy Preview https://deploy-preview-445--delightful-daifuku-a9f6ea.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@IkkiOcean
Copy link
Contributor Author

@AlfiyaSiddique please merge soon. event is ending!

@AlfiyaSiddique
Copy link
Owner

don't worry Prs will be merged before Eve

@AlfiyaSiddique AlfiyaSiddique added gssoc-ext For GSSOC Extended Contribution. level 3 GSSOC level 3 Contribution - 50 points hacktoberfest-accepted labels Nov 10, 2024
@AlfiyaSiddique AlfiyaSiddique merged commit 156032d into AlfiyaSiddique:master Nov 10, 2024
5 of 6 checks passed
Copy link

🎉 Thank you @IkkiOcean Your pull request has been successfully merged! 🎉 Thank you for your contribution to our project. Your efforts are greatly appreciated. Keep up the fantastic work! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc-ext For GSSOC Extended Contribution. hacktoberfest-accepted level 3 GSSOC level 3 Contribution - 50 points
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FEATURE: Implement User Search Page for Tasty Trails
2 participants