Build and Deploy 3 Modern React API Applications in 8 Hours - Full Course | RapidAPI

Build and Deploy 3 Modern React API Applications in 8 Hours - Full Course | RapidAPI

JavaScript Mastery

1 год назад

325,314 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@The7terminator7
@The7terminator7 - 09.11.2023 00:59

Does anyone else have any issues with the Channel/video images not loading properly due to a 403 forbidden or 404 not found error? I'm guessing I need to check if there is anything different on the RAPID API side.

Ответить
@ContentXplorer
@ContentXplorer - 25.10.2023 02:38

Please by integrating the API will new videos upload it self. And please can we monetize the website ?

Ответить
@tareshgupta1095
@tareshgupta1095 - 07.09.2023 19:10

Exercise db is paid and i am getting 429 error , any solutions ? i ve tried with a diff key and then it works .

Ответить
@Luis-rc4wq
@Luis-rc4wq - 04.09.2023 04:54

I love this, but I don't know why the first project don't working in mobile devices, since when playing the videos it gives me the 404 error :(

Ответить
@abhinavagrawal400
@abhinavagrawal400 - 02.09.2023 14:21

hey people this RapidAPI Shazam Core API is not available now, is there any similar alternative ?

Ответить
@sanketlalla
@sanketlalla - 26.08.2023 17:30

What technologies should be known for all these project??

Ответить
@digimori1142
@digimori1142 - 08.08.2023 21:32

The Shazam API is now pro only.Gutted :(

Ответить
@fulviodimaio7792
@fulviodimaio7792 - 03.08.2023 17:38

Hello guys, anyone is getting the 403 error while trying to fetch the data? I subscribed to the API but I get this errore message in the console while i try to search for something, any hint is appreciated thanks

Ответить
@user-ge4qm7rd9i
@user-ge4qm7rd9i - 01.08.2023 21:56

Is .js and .jsx in components section same?

Ответить
@itssaim1745
@itssaim1745 - 30.07.2023 23:14

🐞 ERROR in ./node_modules/web-vitals/dist/web-vitals.js
🙂SOLUTION:
npm i web-vitals --save-dev

Ответить
@user-fk9oo4pk8u
@user-fk9oo4pk8u - 28.07.2023 18:56

I only get 5 videos from the API, is it sth wrong I've done or is it from the api?

Ответить
@kiralight4212
@kiralight4212 - 21.07.2023 07:07

If I only use Netlify to get a URL for my site, but don’t do anything further such as using Hoister to create domain or anything, will that be safe? I just need the URL to put on my resume

Ответить
@ashishmakawana2090
@ashishmakawana2090 - 15.07.2023 21:41

Doing this project Spotify clone, i have some issues with it and that is the rapid api is not properly working on my side

Ответить
@T0x1c_111
@T0x1c_111 - 25.06.2023 14:31

Was the project implemented using Tailwind or Material UI?

Ответить
@user-ls9qo9mo9m
@user-ls9qo9mo9m - 23.06.2023 18:27

assets folder for the second project is downloading an empty file sir, can you check it pls

Ответить
@rachitshukla30
@rachitshukla30 - 19.06.2023 06:48

Can someone tell why he is using BrowserRouter instead of createBrouserRouter and RouterProvider?

Ответить
@velafarD
@velafarD - 13.06.2023 18:36

just finished the first project, i had no idea about mui and i had some basic understanding about react.
learnt many new things, totally recomended

Update:
finished the second project, sadly i couldnt make the HorizontalScrollBar work, so i changed it a bit. Also i had problem with paginate, instead i used react-paginate and it worked fine!
I dont think im gonna try for the spotify app cause the API is paid now.
overall im feeling lucky that i found this tutorial

Ответить
@javierfernandez73
@javierfernandez73 - 08.06.2023 20:19

did somebody now why i can get the jsobject on the console log in "VideoCard"? is the console log when he put 'video' on the parameter of const VideoCard, i cant get it, im stuck in this part

Ответить
@cholo2605
@cholo2605 - 06.06.2023 21:27

Thanks so much for all your tutorials Adriant, you r the GOAT !!!! hi from Rome

Ответить
@user-rk8rf7gj6l
@user-rk8rf7gj6l - 03.06.2023 18:09

getting error messages. tried to solve with chatGPT, didn't work.

Ответить
@MrGamestorage
@MrGamestorage - 01.06.2023 19:26

Since create react app is a little bit obsolete, can i use the next.js structure with this videos?, or you recommend still using CRA?. It's a bit different the folder structure. I'm a beginner btw.

Ответить
@pratikshamangrulkar70
@pratikshamangrulkar70 - 29.05.2023 08:54

Hey how can I get git folder they didn’t provided me

Ответить
@d.o.nmuzic3802
@d.o.nmuzic3802 - 28.05.2023 02:24

When you say,” you just need a general understanding of JS…”
What exactly is that?
That’s to vague. A general understanding means to many different things to a beginner.
So can you be a little more specific? What concepts in JS and React should I cover and understand in order to successfully learn from these tutorials? I love your content by the way. Thank you 🙏🏾

Ответить
@CodeWithDenis
@CodeWithDenis - 16.05.2023 00:18

Shazam Core APi is paid version , What the option?

Ответить
@davronbeklatibjonov7308
@davronbeklatibjonov7308 - 12.05.2023 18:31

why you don't use vite + react?

Ответить
@ananyverma4224
@ananyverma4224 - 11.05.2023 11:45

please guide me sir how can i render it correctly

Ответить
@ananyverma4224
@ananyverma4224 - 11.05.2023 11:45

hello sir Im not seeing snippets option while redering videos and the video card comes without thumbnails , its completely blank please guide me sir

Ответить
@dillontuell4157
@dillontuell4157 - 08.05.2023 21:01

I'm stuck on the fitness app where its saying exercises.slice is not a function. I'm not sure why its throwing the error.

const indexOfLastExercise = currentPage * exercisesPerPage;
const indexOfFirstExercise = indexOfLastExercise - exercisesPerPage;
const currentExercises = exercises.slice ( indexOfFirstExercise, indexOfLastExercise);

Ответить
@segunharuna
@segunharuna - 06.05.2023 00:09

Compiled with problems:
×
ERROR
exercises.slice is not a function
TypeError: exercises.slice is not a function

Ответить
@segunharuna
@segunharuna - 06.05.2023 00:08

Hi Adrian, Please email I got from RapidAPI team, what should I do?

Hello Segun Haruna,

Your app must be doing well! At this time you have consumed all of the allocated API calls under your BASIC subscription to the ExerciseDB API.

If you continue to make calls, you will incur overage fees or get blocked on this API. We strongly recommend that you upgrade to a pricing plan with a higher quota to avoid fees.

Ответить
@user-pt2jq6ht8p
@user-pt2jq6ht8p - 24.04.2023 20:33

Hi, why I cant use path intellisense by click ctrl + space?

Ответить
@reshmachowdary5883
@reshmachowdary5883 - 21.04.2023 05:07

are the three projects connected or can we start with any of the ones which we like?

Ответить
@namishkapoor9772
@namishkapoor9772 - 20.04.2023 19:03

Your gym app is not working. Kindly fix it as it is showing bunch of errors in the console and the sight completely crashes. Checked it on the netlify

Ответить
@adityarajawat3185
@adityarajawat3185 - 18.04.2023 08:21

Shazam Core API is paid version. Any alternate for it ?

Ответить
@mohitpatil7519
@mohitpatil7519 - 14.04.2023 12:01

Hey anyone encountered with this error ERR_CONNECTION_TIMED_OUT please give me the solution for this not getting any data from RapidApi what should I do

Ответить
@amirhoseinkhd
@amirhoseinkhd - 10.04.2023 16:38

shazam core is not free anymore! right?

Ответить
@AirOfFreshBlue
@AirOfFreshBlue - 09.04.2023 22:54

Great!

Ответить
@swatipipariya1905
@swatipipariya1905 - 09.04.2023 15:54

I am getting axios error and error at get request so what shall I do ?

Ответить
@jaejonmalloy1341
@jaejonmalloy1341 - 03.04.2023 08:15

I know they're different... But I just don't understand how I can love VS Code soooo much, while, simultaneously, absolutely hating Visual Studio 2019 & 2022.... Can't fucking stand it. Sure, ya wanna build an MVC project; k... Why? It's the most efficient at anything. Hell, even if I wanted to build C#-based game, I'd use eclipse, over VS 19, or 22, and it's pretty much antiquated, but it still manages to make me love it... Microsoft is weird.

Ответить
@lisandrogonzalez4238
@lisandrogonzalez4238 - 02.04.2023 03:57

incompleto se salta partes y corriendo el codigo tambien.

Ответить
@karlovrcan1534
@karlovrcan1534 - 31.03.2023 15:25

Since shazam isn't free API, which substitute would be the best?

Ответить