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

Feat: #94 complete Search Page Component #113

Closed
wants to merge 1 commit into from
Closed

Feat: #94 complete Search Page Component #113

wants to merge 1 commit into from

Conversation

CoderSwarup
Copy link

close #94

completed the Search result page as per ui requirement

Additionally implement The Features As

  • Responsive
  • Search Song
  • play song
  • Pause song

here is the Video for reference Video

also Additionally their is an No navigation apply on the react to switch the different page check this issue #105 that i purpose

to navigate search page
use /search
or their is button on the home page to navigate

i am waiting for your feedback Thanks

Copy link

vercel bot commented May 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
spring-music-player ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2024 9:00am
spring-music-player-3hyj ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 15, 2024 9:00am

Copy link

vercel bot commented May 15, 2024

@CoderSwarup is attempting to deploy a commit to the satyam1923's projects Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Great job, @CoderSwarup! 🎉 Thank you for submitting your first pull request. Your contribution is valuable and we appreciate your efforts to improve our project.

We'd also like to invite you to our Discord server! Join us here.

We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines

@Satyam1923
Copy link
Owner

Satyam1923 commented May 15, 2024

Screenshot_20240515_143213.jpg

I don't know the reason for now but hitting the button shows this error. I'll check the code after some time.

@CoderSwarup
Copy link
Author

CoderSwarup commented May 15, 2024

Screenshot_20240515_143213.jpg

I don't know the reason for now but hitting the button shows this error. I'll check the code after some time.

Before directly check on the Deployed app please check on the local development mode

/ /For the Developement mode
   const fetchSongData = async () => {
   settoggleSidebar(false);
   setloading(true);
    try {
     const response = await axios.get(
    `http://localhost:5000/search`,
    {
        params: { song: searchQuery },
      }
     );
     setData(response.data);
  } catch (error) {
      console.error(error);
   }
    setloading(false);
  };

Try this for the Fetch song data in search Result page.JSX file

@CoderSwarup
Copy link
Author

@Satyam1923 any update

@CoderSwarup
Copy link
Author

@Satyam1923 hi any update from your side

@CoderSwarup CoderSwarup closed this by deleting the head repository May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: Create Search Page Component
2 participants