Building a React Spotify App in 1 Hour | React JS Project for beginners | With Source Code

  Рет қаралды 11,784

Vishesh Programming

Vishesh Programming

Жыл бұрын

In this tutorial, we will build a music search engine using React and the Spotify API. Our app will allow users to search for songs and retrieve 30-second song previews. We will start by creating a new React project and installing the necessary packages. Then, we will explore the Spotify Web API and learn how to make API calls from our React app. We will use the search endpoint to retrieve song data and the player endpoint to play song previews.
GitHub repository: github.com/Vishesh-Pandey/v-m...
Website: vishesh-pandey.github.io/v-mu...
To learn how to deploy a react app on GitHub watch the following videos:
video - 1: • Deploy React Website o...
video - 2: • Deploy your react proj...
😁 About Me: visheshpandey.in
🧑‍💻 Github: github.com/Vishesh-Pandey
📸 Instagram: / visheshpandey2001
📝 LinkedIn: / visheshpandey
📱 Twitter: / visheshpandey24
Join VisheshProgramming Discord Server: / discord
🌟 Please leave a LIKE ❤️ and SUBSCRIBE for more AMAZING content! 🌟
✨ Tags ✨
programming, coding, coding projects, python, React JS, web development, web development projects, projects for beginners, React JS projects, development
✨ Hashtags ✨
#programming #coding #python #reactjs #projects

Пікірлер: 38
@DipansuJoshi
@DipansuJoshi Күн бұрын
2:49 Thanks Brother, I was looking for this one!
@lee-xt5oh
@lee-xt5oh 22 сағат бұрын
most underrated video it worth more
@jayshriraut6673
@jayshriraut6673 29 күн бұрын
Thank-you for such an amazing video
@ankit9825
@ankit9825 3 ай бұрын
I don't know why your channel not growing the way you teach is incredible ❤
@visheshprogramming
@visheshprogramming 3 ай бұрын
Thank you so much 😀. I will publish more high quality videos now, maybe then we will grow.
@jayHind321
@jayHind321 2 ай бұрын
bro mai kisi ko suscribe nhi krta jaldi specially education channel but your teaching style and the way you teach and explain is too Good now im gooing to suscribe after post this comment
@visheshprogramming
@visheshprogramming 2 ай бұрын
Thank you
@lee-xt5oh
@lee-xt5oh 22 сағат бұрын
new subscriber
@hemanttekam4344
@hemanttekam4344 16 күн бұрын
thanks bro for this i have one querry is that how to auto paus one music when other is playing
@jaideeplobo6096
@jaideeplobo6096 Ай бұрын
I did it using angular. Thanks 😊. Is there any way to get full song
@visheshprogramming
@visheshprogramming Ай бұрын
Great! you did it in angular. In order to get full songs we need to use paid spotify api.
@jaideeplobo6096
@jaideeplobo6096 Ай бұрын
@@visheshprogramming oh okay, thanks for the information
@adityashukla9840
@adityashukla9840 4 ай бұрын
If I Want To Access Play Pause And Skip Endpoint Do I need to Have A Premium Account
@visheshprogramming
@visheshprogramming 4 ай бұрын
Yes, but in the video I am using nocodeapi which gives us access to Spotify API. In the current version of v-music ( available on github ) I am using spotify api directly, but still you can do limited things without premium account.
@ankit9825
@ankit9825 3 ай бұрын
In your code playlist section not working
@visheshprogramming
@visheshprogramming 3 ай бұрын
Yes, I have to still work on it. I recently added LikedMusic and PinnedMusic section to the website. Soon you will see Playlist section working.
@pnmonty8675
@pnmonty8675 Ай бұрын
Bro AAP ne jo source code me code diye hai use explain wali video banaiye na
@visheshprogramming
@visheshprogramming Ай бұрын
Ha jaroor, maine code update kiya tha video banane k baad.
@user-ci9hk5px5b
@user-ci9hk5px5b 5 ай бұрын
why the music is only playing for 29 seconds?
@visheshprogramming
@visheshprogramming 5 ай бұрын
Because Spotify free API only gives 29 seconds of music. If you need full length you might need to pay for it. But if you are learning react and just want to create project where you can play song it is good enough.
@user-ci9hk5px5b
@user-ci9hk5px5b 5 ай бұрын
ohh thanks @@visheshprogramming
@shoaibiqbal9930
@shoaibiqbal9930 5 ай бұрын
the api dosent let me play the music, although its populating the components from Spotify . help plz.
@visheshprogramming
@visheshprogramming 5 ай бұрын
Sure, you can try updated code on my github. Try it and if you think still it is not working let me know. In the updated code on github I am using spotify api directly without using nocodeapi.
@princerawat6490
@princerawat6490 Ай бұрын
i have one que how many request send in this API because i have one idea about ringtone downloader any idea
@visheshprogramming
@visheshprogramming Ай бұрын
Ringtone downloader is a good idea. If you are using nocodeapi then you get 300 api calls in a month but if you use spotify api directly then it is a lot more.
@princerawat6490
@princerawat6490 Ай бұрын
@@visheshprogramming this is enough for my project i modify this project and add some backend logic like routing and then people can also use this for downlode ringtone thnx brother
@princerawat6490
@princerawat6490 Ай бұрын
How i can get primium API of this if i have spotify primium plane
@YashuG103
@YashuG103 11 ай бұрын
Please improvise it by adding more options like search by artists ,language and more
@visheshprogramming
@visheshprogramming 11 ай бұрын
Sure I will do that 👍
@AFK_VICTORY
@AFK_VICTORY 22 күн бұрын
when i chose response it goes white screen
@visheshprogramming
@visheshprogramming 22 күн бұрын
Hi, let me know more about the errors through screenshots on discord.
@VaishnaviKolalapudi
@VaishnaviKolalapudi 29 күн бұрын
Bro how i will show the output in the github
@visheshprogramming
@visheshprogramming 29 күн бұрын
Do you mean how to host the website on github?
@VaishnaviKolalapudi
@VaishnaviKolalapudi 29 күн бұрын
Yes
@visheshprogramming
@visheshprogramming 28 күн бұрын
check description for video on how to deploy a react app to github.
@VaishnaviKolalapudi
@VaishnaviKolalapudi 28 күн бұрын
Ok
@VaishnaviKolalapudi
@VaishnaviKolalapudi 28 күн бұрын
Tq bro😊
0% Respect Moments 😥
00:27
LE FOOT EN VIDÉO
Рет қаралды 42 МЛН
McDonald’s MCNUGGET PURSE?! #shorts
00:11
Lauren Godwin
Рет қаралды 33 МЛН
Mini Jelly Cake 🎂
00:50
Mr. Clabik
Рет қаралды 16 МЛН
Should You Mention Copied Projects From Internet in Your Resume?
9:51
Build an AI Chatbot Application using Google Gemini with Flutter
5:22
intellisenseAI
Рет қаралды 4,1 М.
Building a Spotify API Searcher in React
37:56
Cooper Codes
Рет қаралды 40 М.
They Enabled Postgres Partitioning and their Backend fell apart
31:52
Hussein Nasser
Рет қаралды 36 М.
The ARM chip race is getting wild… Apple M4 unveiled
4:07
Fireship
Рет қаралды 698 М.