You are a gem of a human Adrian! Your selflessness in putting all these detailed courses for free on YT is admirable and commendable! I'll always be indebted!
You're best react instructor on RUclips Adrian! I have a job today, because of you❤️ Will definitely look into your premium courses! I always wanted someone to teach these things to me and now you are providing the content that will help people in gaining great knowledge in the latest technologies while getting more confident about their capabilities. Thanks a lot!
how you got the job. I am stuck in the loop of learning. First I learnt javascript , functional programming and a lot of concepts. Then came react I learnt that too. Then well I learnt designing with CSS and HTML which took a lot of times learning stuffs like flexbox, grid etc to make the web responsive. Then came redux, state management and all these things which took a lot of time. Now I see people are using material UI instead of bootstrap or normal CSS. Like what the heck. Its only learning and learning and never implementing. How can a single person remember all these things together? Apart from them I have nodejs to learn which will take another light year. And then I will be job ready.. What to say about DS Algo preparation-- these are black holes.
@@veedjohnson the way he said light year , I think it is in sarcastic way .. so I laughed. But we all know the reality, it is always a continuous learning path , you can't just stuck in some particular topics in order to grow in this field . I can relate this light year thing too like most of us I guess , but that's ok , we should keep it in a positive way and never stop learning !!
Thank you for uploading 9.25 hours of high-quality content videos for free. I am trying to imagine how much effort and hard work you have done and how much pain and suffering you have gone through doing this. You are truly a GEM, hope your channel grows to 1 million and further.
That's good, of course. However, you should understand that this method of learning programming is only 10% effective, whereas if you create the application yourself, the efficiency of mastering the material is practically 90% or 100% percent. Do not rewrite or copy other people's applications and do not add them to your portfolio. Better try to extend these applications, change their architecture, add functionality to them, make them scalable. Instead of 10 small ones, make one bigger but your own app. Make such projects a starting point, let them become the foundation for the future big app.
Beginner should also learn this method, so they know how to practice organizing and making clean code.to get the basic idea. Only then they can build their own or add functionality. You wont go anywhere with your spaghetti code and mess.
I'm a second year software engineer and you sir probably have the best tutorials out here on youtube. I'm currently doing the first project and my goal is to finish all of these and try and watch all of your videos. Thank you so much for all of this, you are helping me and many other beginners in their career.
Thank you so much for your comment. In fact, I like it so much that I'd like to use it as a testimonial on my upcoming course platform. Do I have your permission? :)
I think I have finally started to fall in love with coding, just because of your videos. Thank you for sharing all this knowledge and for all the hard work and time that you are putting in to create this quality content.
Thank you so much for your comment. In fact, I like it so much that I'd like to use it as a testimonial on my upcoming course platform. Do I have your permission? :)
This course is so awesome! my only feedback is to make smaller commits as you build the projects, that way time traveling the project would be easier, whenever I checkout a commit I'm a little overwhelmed by how much code there is in that commit! great work Adrian, I have learned a lot from you throughout the years!
I'm from Somalia - Hargeisa and your videos are insane and you give all your efforts into free hats of dude and your channel deserves more Subs , I really learn more about javascript lessons keep up the forward Adrian :)
@@javascriptmastery @1:00:01 I cant seems into my console (e) have. My console says: "Failed prop type: Invalid prop onChildClick of type string supplied to o, expected function...". Help me please!!!!!
Man, I don't have words to describe the quality of your content, and that to you are providing for free. Hats off to you bro. Adrian, I have a question regarding the 1st application: Whenever I make some changes in the map (like zoom in or out, change the location), the API gets called multiple time for a single request. For example, if a zoom out a bit from a location, the API make multiple calls (sometimes 10-12 calls for 1 change). - How can I fix this ? - Is there a way by which we make the call only when the user stopped zooming instead of making the call every time the map changes (or the zoom changes even a little bit). Again, thanks for the effort you put it these videos.
With creating a component inside a folder you can create an index.jsx file inside the component folder and just importing the folder will automatically import the index.jsx file. Example below Instead of this: import Header from "./components/Header/Header"; You can do this: import Header from "./components/Header"; and this will import that index.jsx file automatically. I just wanted to share some knowledge. Great content, thank you!
@@javascriptmasteryand you can create a react app with the clean-cra template i.e npx create-react-app my-app --template clean-cra and this will create a react app with just the index.js, app.js and index.css files in the src folder without having to delete all the unnecessary files
wow man, you have grown so much, i remember finding you on instagram and subscribing when you had 10k or so subscribers. now you are a tutorial quality machine. keep hustling love every tutorial you make!
Man YOU ARE.. I don’t even have the word to describe how amazing you are and your way to teach us all these amazing skills.. a Thank you cannot even express how we feel about all your efforts.. God Bless YOU… you are a life changer… 🙏🙏🙏🙏
omg thank you so much, even though its just coding by following you, the 1st project has not been easy to complete but I finally completed and thank you so much for the amazing work
It's incredible, so much useful material in one video, with a good explanation.. Amazing, I wish you at least x2 subscribers this year, you deserve it 🔥🔥🔥
I just have to say from the bottom of my heart...THANK YOU!!! The quality and quantity of content you are putting out is enourmous. I haven't met you but u really seem like a good person because you are helping people learn for free and you are doing it better than someone who is paid for it. ❤️
I would like to thank you for your efforts, putting all these learning skills togrther, and share it in your channel. I'am a beginner in Javascript and would like to start learning React, would you please share a React tutorial for absolute beginners. Thank you in advance
Well, you're the best channel cause you just upload a full video with a good guiding way, I'm a professional developer looking for other ways of project structure and how others approach similar problems I face. I have learned much more from your videos and absolute love from me keep it up, brother.
Incredible amount of information.🤯 Your time will not go unrewarded. 👏👏👏.... Edit: The more I watch of this video...the more I am blown away by how much content is in here.
I'm from Brazil, and your content is amazing, it doesn't compare to ours, they are usually all paid, I'm learning a lot from you, thank you very much! Obs: i speak little english hehe
Is there a course you have not done , I was searching about API even though I have been a subscriber, and this video popped up , you are the best teacher I have 😊
4:49:46 add this statements for new chart users : import { Chart, registerables } from 'chart.js'; Chart.register(...registerables); then import Line from chart. Otherwise issues will be there.
Just wanted to comment that I made it to the end. Every project was great! Thank you for all of the awesome content you provide! This video really was above and beyond.
Thank you sir, this man is growing the last time I saw him he was at an hindered and something thousand subscribers now he has increased. Thank you very much for your effort sir
@@javascriptmastery I made one of your project (ALAN AI VOICE CONTROLLED NEWS APPLICATION) for my HUMAN COMPUTER INTERACTION (HCI) project and got full marks ❤️❤️
I can't say just how greatful I am for this projects. I say a big THANK YOU! on behalf of all the students learning and wanting to know more about React.
Unlimited thanx first of all for everything you've already done! ... just wanted to give you my special thanx for the special discount on the NFT course for Malaysia!!! I almost given up hope on that cuz I thought I couldn't afford it. But now with this special discount, I can ... Awesome!! YOU ARE THE BEST!! Special gratitude from Kuala Lumpur, Malaysia ... !!! 🤩
NOTE: IF YOU ARE MAKING IT ALONG, KINDLY READ THE DESCRIPTION FOR THE RESPECTIVE PROJECT. It has changes like Endpoints in the Rapid API, changes like id's and all. Some end points went under premium membership as well. It took a lot of time for me to figure out. Just Thought of saving your time.
Genuine feedback :- For most of the part I felt like that I'm just watching and pasting the same code in my editor. The only debugging part which I did was fixing some typos. Unfortunately I couldn't learn any conceptual things from here. Using material UI reduced my chances of learning react concepts. I couldn't complete the Cryptoverse app because even after copy pasting everything my app didn't run. The API is not working.
Best 2022 course ever ,made this year ..love from india ...Sir one request any course regarding full stack ( react, node,Mongodb) and full react beginner to advanced course pls sir
Ahmazing work, Adrian. I hope everyone will learn a lot from this set of projects. @RapidAPI is super happy to support developers building excellent software integrations with thousands of APIs.
Great Course but not a beginner friendly. You have used Material UI and you have not explained the code snippet of it which I found pretty challenging. One must have the knowledge of material UI to take this course. Overall it was great. Kudos. Love and respect from India, Adrian..!
In the Second application, due to the react-dom up to the latest version. they don't support the "Switch", so please revise the code like this (when you start doing to write the code in App.js ) const App = () => { return (
just for the second project, things have been updated to new version, like react-router-dom v6, Switch has been replaced with Routes. And component inside Route has to declare like
Hello JavaScript Mastery, thanks for coming up with these great projects, There is obviously an issue with the navigator.geolocation, looking at 1hr:4mints of the video, you current location returns both the coords and the bounds. But at the moment there is no bound. Setting bounds to {} works instead of null that returns error, but this doesn't give us values for the current bound which makes us pass empty parameters to getPlaces(). Anyone with a solution to should kindly comment below. Thanks
u are a very kind, u give people a lot of tutorials that can change their career for free, u are a hero. i hope in the future u will make some node js projects too (mastery node js by building real projects ) :)
Helloooo, First and foremost - thank you so much for your time and dedication to helping people learn React. For my issue - google-map-react breaks my react 18 so I am having a tough time doing the first app. Is something that could possibly get fixed? or am I SOL? Looks like a really fun project... thank you my friend. God bless.
This is unreal. I can only imagine the amount of hours you poured into created these projects. Thank you so much.
I'm glad you like it Peter!
this page cant load google page correctlly msg is showing ,
what should do
The amount of lives changed by this channel alone are huge.
Glad you think so!
@@javascriptmastery absolutely love your content
Bro,u have changed our lives
@@javascriptmastery Please can you briefly explain what this travel companion does??
You are a gem of a human Adrian! Your selflessness in putting all these detailed courses for free on YT is admirable and commendable! I'll always be indebted!
You're best react instructor on RUclips Adrian!
I have a job today, because of you❤️
Will definitely look into your premium courses!
I always wanted someone to teach these things to me and now you are providing the content that will help people in gaining great knowledge in the latest technologies while getting more confident about their capabilities.
Thanks a lot!
Thank you for such kind words Asfand ❤️
how you got the job. I am stuck in the loop of learning. First I learnt javascript , functional programming and a lot of concepts. Then came react I learnt that too. Then well I learnt designing with CSS and HTML which took a lot of times learning stuffs like flexbox, grid etc to make the web responsive. Then came redux, state management and all these things which took a lot of time. Now I see people are using material UI instead of bootstrap or normal CSS. Like what the heck. Its only learning and learning and never implementing. How can a single person remember all these things together? Apart from them I have nodejs to learn which will take another light year. And then I will be job ready.. What to say about DS Algo preparation-- these are black holes.
@@calmyourmind5617 light year🤣🤣🤣🤣🤣
@@i_pankaj2181 you really shouldn’t be laughing at him
@@veedjohnson the way he said light year , I think it is in sarcastic way .. so I laughed. But we all know the reality, it is always a continuous learning path , you can't just stuck in some particular topics in order to grow in this field . I can relate this light year thing too like most of us I guess , but that's ok , we should keep it in a positive way and never stop learning !!
That's some insane amount of work put in Adrian! The efforts put in editing along with the time put in to make these projects!
Glad you like it!
where is the api cheat sheet in the description?
are you the flutter guy? dude I am a huge fan of your work!
@@NuwaHWeil Haha thank you🙂
@@javascriptmastery this page cant load google page correctlly msg is showing ,
what should do
Thank you for uploading 9.25 hours of high-quality content videos for free. I am trying to imagine how much effort and hard work you have done and how much pain and suffering you have gone through doing this. You are truly a GEM, hope your channel grows to 1 million and further.
Thank you so much!
@@shivani9840 I want to participate in it
That's good, of course. However, you should understand that this method of learning programming is only 10% effective, whereas if you create the application yourself, the efficiency of mastering the material is practically 90% or 100% percent. Do not rewrite or copy other people's applications and do not add them to your portfolio. Better try to extend these applications, change their architecture, add functionality to them, make them scalable. Instead of 10 small ones, make one bigger but your own app. Make such projects a starting point, let them become the foundation for the future big app.
Beginner should also learn this method, so they know how to practice organizing and making clean code.to get the basic idea. Only then they can build their own or add functionality. You wont go anywhere with your spaghetti code and mess.
sometimes this is the best way to learn new technologies, by saying how they are being implemented and such...like i didn't know about material ui
Fake it until you make it.
I'm a second year software engineer and you sir probably have the best tutorials out here on youtube. I'm currently doing the first project and my goal is to finish all of these and try and watch all of your videos. Thank you so much for all of this, you are helping me and many other beginners in their career.
where is the api cheat sheet in the description?
Thank you so much for your comment. In fact, I like it so much that I'd like to use it as a testimonial on my upcoming course platform. Do I have your permission? :)
@@javascriptmastery Sure, btw I had to take a break from finishing the projects but I promise I’ll come back lol
@@taltalonix could you just send me your email here?
This is probably the best free online course I have ever watched, and I watch a lot of courses. Amazing!
I'm so glad to hear that! 😊
I think I have finally started to fall in love with coding, just because of your videos. Thank you for sharing all this knowledge and for all the hard work and time that you are putting in to create this quality content.
That's so wonderful to hear! Just keep it going! 😊
where is the api cheat sheet in the description?
Thank you so much for your comment. In fact, I like it so much that I'd like to use it as a testimonial on my upcoming course platform. Do I have your permission? :)
@@javascriptmastery Yes sure, go ahead
Thanks to you I got offers from 2 companies as JavaScript and react developer….keep up the good work❤️
Bhaiya thoda hame bhi guide kr do..I also want to become front end developer.. Please bhaiya
That's great to hear!
Congratulations Gaurav sir 👍
What's the package you're getting dude? Congrats on the offers
@@piyush6631 just touched double digits!!..
More professional projects coming soon, join us! resource.jsmasterypro.com/pro 🔥
This course is so awesome! my only feedback is to make smaller commits as you build the projects, that way time traveling the project would be easier, whenever I checkout a commit I'm a little overwhelmed by how much code there is in that commit! great work Adrian, I have learned a lot from you throughout the years!
Thanks dude for this amazing tutorial !🙏 Btw, you have great voiceover. What mic or audio setup you use, please ? 👍 Thanks
@@pettgree Audio Technica AT2020 USB
@@javascriptmastery Thanks a LOT 👌
Do you have an exact date ir a range of dates?
I'm from Somalia - Hargeisa and your videos are insane and you give all your efforts into free hats of dude and your channel deserves more Subs ,
I really learn more about javascript lessons keep up the forward Adrian :)
Yess, let's goo!
I am too from Somalia BooramaCan we get to know each other?
@@nice_man932 no problem bro
@@javascriptmastery @1:00:01 I cant seems into my console (e) have. My console says: "Failed prop type: Invalid prop onChildClick of type string supplied to o, expected function...". Help me please!!!!!
Man, I don't have words to describe the quality of your content, and that to you are providing for free. Hats off to you bro.
Adrian, I have a question regarding the 1st application:
Whenever I make some changes in the map (like zoom in or out, change the location), the API gets called multiple time for a single request.
For example, if a zoom out a bit from a location, the API make multiple calls (sometimes 10-12 calls for 1 change).
- How can I fix this ?
- Is there a way by which we make the call only when the user stopped zooming instead of making the call every time the map changes (or the zoom changes even a little bit).
Again, thanks for the effort you put it these videos.
With creating a component inside a folder you can create an index.jsx file inside the component folder and just importing the folder will automatically import the index.jsx file. Example below
Instead of this: import Header from "./components/Header/Header";
You can do this: import Header from "./components/Header";
and this will import that index.jsx file automatically.
I just wanted to share some knowledge.
Great content, thank you!
Thanks for the tip!
@@javascriptmasteryand you can create a react app with the clean-cra template i.e
npx create-react-app my-app --template clean-cra
and this will create a react app with just the index.js, app.js and index.css files in the src folder without having to delete all the unnecessary files
You giving such content for free, you are really contributing to community. Hats Off!
Glad to hear that you like it! 😊
wow man, you have grown so much, i remember finding you on instagram and subscribing when you had 10k or so subscribers. now you are a tutorial quality machine. keep hustling love every tutorial you make!
Thank you so much! 🔥
Please guys, at least leave a like for the video. This man is putting hell lot of awesome free content out there in youtube. Just loved your work man.
Appreciate it! 😊
Really magnificent and life-changing react/javascript tutorials I ever seen in my life. Thanks Adrian for such an amazing tutorials.
Thank you so much! ❤️
Man YOU ARE.. I don’t even have the word to describe how amazing you are and your way to teach us all these amazing skills.. a Thank you cannot even express how we feel about all your efforts.. God Bless YOU… you are a life changer… 🙏🙏🙏🙏
Thank you Ibrahim! ❤️
😪 we thought you left us ... thank God your back .. but men you made an entrance ...100% respect for you 😪... this is insane work
Thank you Tom!
Why are you sleeping though? That's the sleeping emoji :D
Dude I can`t believe I find you.
You`re absolutely amazing.
Soon you`re going to be one of the most famous programmers in YT.
Thank you for kind words! ❤️
omg thank you so much, even though its just coding by following you, the 1st project has not been easy to complete but I finally completed and thank you so much for the amazing work
@Harry Pannu. Yea I completed it, I just left out one option, the scroll to view option
Amazing tutorial. Spent nearly a month to complete all the tasks.
It's incredible, so much useful material in one video, with a good explanation.. Amazing, I wish you at least x2 subscribers this year, you deserve it 🔥🔥🔥
Thank you!! ❤️
Thank you so much! I had an idea for a project, but I'm a beginner to React and thanks to this video, I can finally start with the frontend!
Yes, enjoy!
I just have to say from the bottom of my heart...THANK YOU!!! The quality and quantity of content you are putting out is enourmous. I haven't met you but u really seem like a good person because you are helping people learn for free and you are doing it better than someone who is paid for it. ❤️
this page cant load google page correctlly msg is showing ,
what should do
Just came across this video randomly and honestly I didn’t go anywhere just on my bed and watching ur course, seems pretty interesting… good work 👍
Thank you Stephen!
Wow. The amount of quality projects you build and teach is just amazing. You should get a medal 🥇of some sorts.
Glad you find it helpful! 😊
Thanks to you man, because I practiced watching your videos, I got a full-time job in an awesome company.
That is awesome!
Hi there, I love your comment so much. I want to use your comment as a testimonial for my upcoming course platform, is that all right with you? :)
Insane amount of work. Make a playlist from these videos because it's really a lot of quality content to fit in one video !!
I created my first portfolio website from this channel. Thank you sir.
I still can't believe that this much knowledge is free for all!
You've got a big ❤️!
Yep, only at JSM! 😊
That could easily be considered the best video on RUclips.
Thank you so much.
You're such an amazing teacher. You deserve more than this, keep up the hard work
Thank you!!
Build even more professional projects, add them to your portfolio, and land a job! www.jsmastery.pro 🔥
I would like to thank you for your efforts, putting all these learning skills togrther, and share it in your channel. I'am a beginner in Javascript and would like to start learning React, would you please share a React tutorial for absolute beginners. Thank you in advance
Thank you! 😁
where is the api cheat sheet in the description?
Wow that insane dude you make 5 project with expert level. Thanks Adrian for give the course in RUclips. Hopely you keep your healty
More to come!
You are the best in entire youtube. Watch from Asia. Thanks for you jobs sir 🙏🏻🙏🏻🙏🏻
Wow, thanks, greetings to Asia!
Just awestruck. Your channel was among the first where I started with web dev. Thanks for the amazing content
Im glad you like it Arnab!
I'm learning more from your materials than I'm learning from some paid courses. Thank you so much for all the effort and sacrifice 😍😍
Enjoy it! 😊 My comprehensive paid courses coming soon!
@@javascriptmastery I will be glad to pay and take the course.
@@javascriptmastery *Take my money* meme
Well, you're the best channel cause you just upload a full video with a good guiding way, I'm a professional developer looking for other ways of project structure and how others approach similar problems I face. I have learned much more from your videos and absolute love from me keep it up, brother.
Thank you ,thats so good its better than the paid courses , amazing explanations and your english is so clear so we can understand very well, Perfect!
These tutorials are fire, can't describe how much you've helped me to grasp the concept of Reactjs and working with API's.
this page cant load google page correctlly msg is showing ,
what should do
This is just brilliant. Commenting even before I start learning all the cool stuff!!
Just Awesome!!!💯💯
Awesome, thank you!
Incredible amount of information.🤯 Your time will not go unrewarded. 👏👏👏....
Edit: The more I watch of this video...the more I am blown away by how much content is in here.
this is crazyyyyyyyyyyyy, thanks man, the amount of time spent, appreciate it 🙏
Glad you like it!
Goooodddd!!! The first 2 minutes of the video is insane! I'm so glued to my screen. Youre wonderful for putting this project out here
You improving your content in incredible way… Gratitude for all your self giving to others Andrian . Sincerely All Best wishes for you…
Thanks Andrej!
You just solidified your GOAT status as one of the greatest youtuber of all time. This phenomenal bro 🙌
Thanks Alex! 😊
I'm from Brazil, and your content is amazing, it doesn't compare to ours, they are usually all paid, I'm learning a lot from you, thank you very much!
Obs: i speak little english hehe
Thank you Nathan! 😊
O cara é fera!!!
What a gem of a channel, I'm glad to have subscribed and i have many videos to watch and projects to try, thanks for your hard work.
Good job!
You're helping a lot of people learn/understand too much stuff!
I'm do glad to hear that! 😊
The best way to learn programming is building projects.
- A great man
Indeed it is! 😊
Exactly what i needed at the moment, a diversity of up to date react/javascript coded projects to learn from. Big thimbs up
Glad you found it useful! 😊
Is there a course you have not done , I was searching about API even though I have been a subscriber, and this video popped up , you are the best teacher I have 😊
4:49:46 add this statements for new chart users :
import { Chart, registerables } from 'chart.js';
Chart.register(...registerables);
then import Line from chart. Otherwise issues will be there.
tnx, however, i have a problem with chart lines, it is as if there is no data
for example i do not have anything in x axes (no period)
@@nikolabogdanovic5763 how did you solve that?
This is definitely I would watch when I'm free. Thanks for your great afford.
Just wanted to comment that I made it to the end. Every project was great! Thank you for all of the awesome content you provide! This video really was above and beyond.
Woah, congratulations!
Thank you sir, this man is growing the last time I saw him he was at an hindered and something thousand subscribers now he has increased. Thank you very much for your effort sir
(not finished)
Header 21:52
Map 29:57
List 37:59
Api 48:08
API Crash Course 2:14:00
Second Application 2:50:12
what do you mean not finished please? i'm about to start with this video
@@sheuahmad9947 @29 MUI a lot of changes
Fantastic course. I am eternally grateful to you, Adrian, for your work. It pumped me a lot as a front-end developer!
No words for your efforts Thank you so much many times
Most welcome 😊
What an absolute legend. Thank you for making these courses. You speak well and have a natural flow. Much love
This man right here deserves a million subs
for real
Maybe one day...
@@javascriptmastery Definitely, I just gave you a shout out on Twitter. Thank you so much for all you
do
Thank you!
Is there a button where I can like this video multiple times??? You’re rock dude! 🤟🏼
Let's code that feature out hah 👌
Perfect. Way better than most of the paid udemy courses. Thank you and keep it up
wonderful human being to provide this for free you deserve millions of subscribers
Thank you!
Got only one word for this guy "KING"❤️❤️
👑❤️
@@javascriptmastery I made one of your project (ALAN AI VOICE CONTROLLED NEWS APPLICATION) for my HUMAN COMPUTER INTERACTION (HCI) project and got full marks ❤️❤️
@@samiali192 that's amazing, congrats!
@@javascriptmastery 😊❤️
Sometimes I feel like I could like the video ten times. This is super dope 🙌 👌. Much thanks Adrian.
Thank you so much!
Wow it's great tutorial. Love how you explain the project on every section. Keep up the good work.
Thank YOU Rian!
I can't say just how greatful I am for this projects. I say a big THANK YOU! on behalf of all the students learning and wanting to know more about React.
Good day, how u used material ui as it updated?
Unlimited thanx first of all for everything you've already done! ... just wanted to give you my special thanx for the special discount on the NFT course for Malaysia!!! I almost given up hope on that cuz I thought I couldn't afford it. But now with this special discount, I can ... Awesome!! YOU ARE THE BEST!! Special gratitude from Kuala Lumpur, Malaysia ... !!! 🤩
NOTE: IF YOU ARE MAKING IT ALONG, KINDLY READ THE DESCRIPTION FOR THE RESPECTIVE PROJECT. It has changes like Endpoints in the Rapid API, changes like id's and all. Some end points went under premium membership as well.
It took a lot of time for me to figure out. Just Thought of saving your time.
Hi, did you have a problem with map api key in the first one? It just shows me "for dev purposes only" placed over the map, kind of confused with it.
Exactly, Spend alot of time to make proejct from scratch but apis got deprecated and most have very few free calls
I can't believe this, THIS IS GOLD! Ma build all of them
Awesome. Enjoy! 😊
Thank you so much for this video...
Really great projects based on real-life... 🤩
Thank you!
The absolute GOAT of Js Projects , thank you so much for your hard work and dedication man
I'm so glad you like it! 😊
Awesome brother 😎👍🏻🔥 we want more big videos like this keep it up
More coming! 😊
i was actually thinking to make a project today, and you guys blessed us with this beauty .
Your lessons are masterpiece.....all these projects I am going to use in my resume for job application
Yess!
@@javascriptmastery that's so generous of you 😭😭
Please not put RUclips projects on your resume without heavy changing and add to it!
Thanks JS Mastery I want to say many words about how much i thank you. But my english skill is not good enough. Million million thanks.
REally?!
THANKS!
Top demais mano, obrigado!
God bless you!
Enjoy!
This is probably one of the recommended react channels on youtube
I'm glad you think so! 😊
Genuine feedback :- For most of the part I felt like that I'm just watching and pasting the same code in my editor. The only debugging part which I did was fixing some typos. Unfortunately I couldn't learn any conceptual things from here. Using material UI reduced my chances of learning react concepts. I couldn't complete the Cryptoverse app because even after copy pasting everything my app didn't run. The API is not working.
so truee
Best 2022 course ever ,made this year ..love from india ...Sir one request any course regarding full stack ( react, node,Mongodb) and full react beginner to advanced course pls sir
Greetings to India! ❤️
Ahmazing work, Adrian. I hope everyone will learn a lot from this set of projects. @RapidAPI is super happy to support developers building excellent software integrations with thousands of APIs.
Thank you Ahmad, appreciate it! 👌
Does the URL endpoint work for you
@@aidarousjibril6323 mine just stopped working, said I have exceeded my request for the month
@Harry Pannu. Thanks
Great Course but not a beginner friendly. You have used Material UI and you have not explained the code snippet of it which I found pretty challenging. One must have the knowledge of material UI to take this course. Overall it was great. Kudos. Love and respect from India, Adrian..!
Another incredible upload!
Glad you enjoy it!
This channel is a so valuable resource for us we JS developer can't express..Love you man
In the Second application, due to the react-dom up to the latest version. they don't support the "Switch", so please revise the code like this (when you start doing to write the code in App.js )
const App = () => {
return (
);
};
and remember to write this code :
import { Routes, Route, Link } from "react-router-dom";
on the top
Thanks for the update. HELPFUL!
Just started watching this tutorial And it's Owsome
Love your content from India ❤️
Greetings to India! ❤️
just for the second project, things have been updated to new version, like react-router-dom v6, Switch has been replaced with Routes. And component inside Route has to declare like
you're right
OelOk
jom.k
This video deserve more than millions views . I do subscribe and like because you really teach us such a good way without any payment .
Hello JavaScript Mastery, thanks for coming up with these great projects, There is obviously an issue with the navigator.geolocation, looking at 1hr:4mints of the video, you current location returns both the coords and the bounds. But at the moment there is no bound. Setting bounds to {} works instead of null that returns error, but this doesn't give us values for the current bound which makes us pass empty parameters to getPlaces(). Anyone with a solution to should kindly comment below. Thanks
Did you find any solution?
This is a problem for me as well, did you find any solution?
@@henokbekele7523 solution is at 1:18:15
@@dragosgheceanu9847 thank you
unos minutos despues muestra la solucion!
u are a very kind, u give people a lot of tutorials that can change their career for free, u are a hero.
i hope in the future u will make some node js projects too (mastery node js by building real projects ) :)
Definitely!
You're awesome Adrian! ❤️
So are you!
I am speechless! Your content is some of the best I've come across - you are literally the JavaScript Mastery ! 🌟🌟🌟🌟🌟
Helloooo,
First and foremost - thank you so much for your time and dedication to helping people learn React.
For my issue - google-map-react breaks my react 18 so I am having a tough time doing the first app. Is something that could possibly get fixed? or am I SOL? Looks like a really fun project... thank you my friend. God bless.
downgrade version to React 17
npm install --save react@17.0.0 react-dom@17.0.0
Can' stop myself whenever I watch any of your project video.
Lots of love Javascript Mastery
Love your videos sir
Keep it up 👍
Thanks you Harsh!