10-Hour Masterclass: Develop 4 React Web Apps & Jumpstart Your Dev Career

Sdílet
Vložit
  • čas přidán 6. 09. 2024

Komentáře • 583

  • @MichaelJChoudhury
    @MichaelJChoudhury Před rokem +69

    Invaluable content for all of us AI/ML practitioners needing to showcase our work in professional-looking apps! Many thanks.

    • @javascriptmastery
      @javascriptmastery  Před rokem +1

      Amazing, enjoy!😊

    • @hanryckbrar8426
      @hanryckbrar8426 Před 10 měsíci

      Hey do you build your ML projects in python if so how do you connect your ML projects to the backend.

  • @ezeisraeljohn
    @ezeisraeljohn Před rokem +43

    Common!! this channel is supposed to have 10M subscribers

    • @babelette
      @babelette Před rokem +7

      How many people do you think see web development entertainment? 🤭This is good for aspirants and upskillers. We are the only people who can truly appreciate this. So naturally it's growth is very niche. I'm surprised they put this much effort into niche content and release it for free. JM team is clearly well off and settled in life so they are not focusing on instant gains. Most people, even businesses won't have the luxury to do this as they'll have to answer to investors etc. This model screams people behind-the-scenes is *financially secure* - it's what I'd do if i was financially secure. I love it. I strongly believe education should be free and open source, if possible. I'm just blown away by the production quality.

  • @saimaahmed130
    @saimaahmed130 Před 11 měsíci +4

    For anyone working on Project 2: OpenAI api methods and configuration have changed so your dalleRoutes.js construction will be different. Here is a snippet of how I made my openai object and extracted the photo from the response:
    import { OpenAI } from "openai";
    const config = new OpenAI({
    apiKey: process.env.OPENAI_API_KEY,
    });
    const openai = new OpenAI(config);
    const aiResponse = await openai.images.generate({
    prompt,
    n: 1,
    size: "1024x1024",
    response_format: "b64_json",
    });
    const image = aiResponse.data[0].b64_json;

    • @saimaahmed130
      @saimaahmed130 Před 11 měsíci

      ALSO: your fetch request to OpenAI will not go through unless you have credit on your account, if you see an error like "billing limit reached" or something make sure you check that and then generate a new key to use

    • @Fatima-mx2os
      @Fatima-mx2os Před 11 měsíci

      thankss i had a problem and couldnt find a solution on the internet but after i changed my code like you instructed it fixed the problem

    • @chancecoursey6931
      @chancecoursey6931 Před 11 měsíci

      Ive changed my code like you said but when I go to click on the generate image button i get this 400 error in the node terminal "Billing hard limit has been reached"

    • @mallaw4625
      @mallaw4625 Před 11 měsíci

      @@saimaahmed130 I have already made 3 new keys, and I still get the error:" BadRequestError: 400 Billing hard limit has been reached".

  • @Roxas13XIII
    @Roxas13XIII Před rokem +27

    For project 1, if you are getting an error while deploying to Render regarding Node version, add this to your package.json:
    "engines": {
    "node": ">=14

    • @iloriemmanuel6529
      @iloriemmanuel6529 Před 10 měsíci

      done still not working, error: THREE.WebGLRenderer: Context Lost.

  • @velafarD
    @velafarD Před rokem +15

    when i started with react i was so confused. once i started watching your videos, then i got the confidence and i feel comfortable writing react apps. Thank you very much for your effort!

  • @believeyou8530
    @believeyou8530 Před rokem +8

    In the entire youtube, you are the best teacher. Every video of yours is a masterclass. Love from India

  • @sabato.rwanda
    @sabato.rwanda Před rokem +59

    Thanks for always making us such amazing courses.

  • @thereaper7682
    @thereaper7682 Před rokem +5

    Four project in one video. Good job Adrian

  • @Amar11115
    @Amar11115 Před rokem +6

    No matter what, I don't think I will be able to thank you enough.
    Thank you very much!!!!!!!

  • @Markdim7
    @Markdim7 Před rokem +5

    I am a junior developer but i love your content man. Will follow it for sure

  • @jonathanguidi1789
    @jonathanguidi1789 Před rokem +4

    Hello!
    I´m build the fourth project "The 3D portfolio" and i add a property to OrbitControls, this prop is enablePan={false}, when i try click with the right side, the object move in all canvas, this prop solve this!
    THANKS FOR THE CONTENT ADRIAN! Greetings from Argentina!

  • @sangameshkyatappanavar
    @sangameshkyatappanavar Před rokem +2

    Holy shit I just watched the trailer of the video of like 3 minutes and I am literally getting goosebumps just by assuming at what I am going to learn in this 9 hours video and I am so so so much excited about this video..... it is like there is nothing else to learn apart from this video.... this is completely at different level and is outstanding video from others
    Thank you for this, lots of love 💗💗💗

  • @Coffee2Trade
    @Coffee2Trade Před rokem +4

    Bro So underrated even paid courses are not that much valuable love from pakistan ❤❤❤❤❤

  • @ls0359
    @ls0359 Před rokem +5

    thank you for making such quality content for free of cost

  • @studyafa7159
    @studyafa7159 Před rokem +1

    4:26:38 modern ui - tailwind, framer , next js 13

  • @muhammedeminonay1680
    @muhammedeminonay1680 Před 11 měsíci +2

    This is an amazing channel. I were developing mobile apps and websites using flutter android java and website basics html css anda javascript but the React word is something very different than all I learned it's always interested me and I wantch couple off tutorial in all it I struggle with errors and after hours I couldn't manage to built it but following this video everything worked smoothly thanks for this amazing video. !!!Declaration: One of the best channel on CZcams👏👏

  • @judevector
    @judevector Před rokem +4

    I just can't thank you enough, gosh you are God sent , I keep getting better because of you in my Dev journey would love to see you one day

  • @sarmadrafique426
    @sarmadrafique426 Před rokem +6

    Very Useful Content. But I recommend creating a playlist of 4 projects. This will be more beneficial for all of us.

  • @nicobarbieri
    @nicobarbieri Před rokem +11

    Thank you! Sharing your knowledges for free with such great courses is just honourable

  • @3illanon145
    @3illanon145 Před rokem +18

    Just what I needed when I needed it. Already built the first and last project, starting the second and third project today but definitely building the third project before the second. Great stuff Adrian, bless you 🙏🏽

  • @blue_berry_pie64
    @blue_berry_pie64 Před rokem +3

    WOW unbelivable, 4 incredible projects for free. I cant believe it. Thank you and your team so much!

  • @davina5734
    @davina5734 Před 9 měsíci +1

    This is such a great video, however, I am stuck at 54:04 because the shirt is not popping up after adding the mesh properties. I am not getting any errors the shirt is just not showing up, but I don't know why.

    • @asibe_cheta
      @asibe_cheta Před 4 měsíci

      Did you find the solution? I am experiencing the same

  • @thanoz6003
    @thanoz6003 Před rokem +3

    This is the best video I have seen on any project building on the whole internet and I was also looking for a portfolio website. Thank you very much sir

  • @nazmuss
    @nazmuss Před rokem +1

    a project based JavaScript course would be blessing from you :p

  • @busayorsblog
    @busayorsblog Před rokem +4

    GOD BLESS YOU SO MUCH BOSSMAN... I'm most grateful for your contributions to we self-taught developers.

  • @2ru2pacFan
    @2ru2pacFan Před rokem +3

    Web app GOAT ♥ thank you for teaching us!

  • @i_am_pasindu
    @i_am_pasindu Před rokem +2

    Man you're like god to me, quality with updated videos

  • @AmanKhan-wy8ip
    @AmanKhan-wy8ip Před rokem +3

    Awesome video!! Really love the content from you Adrian.
    A quick point for anyone getting the following error in the console:
    THREE.BufferGeometry.computeBoundingSphere(): Computed radius is NaN.
    Set the Float32Array size as a multiple of 3. The position property is basically a Vector3 so we need 3 random points within the sphere. If the size is not a multiple of 3 then 1/2 points will be NaN and Threejs will complain with the above error.

    • @0xchad11
      @0xchad11 Před rokem +1

      for clarity; In the Stars component, adjust your 'const sphere' - FloatArray(5000) value to something like 4980

  • @a-factoracademy
    @a-factoracademy Před rokem +1

    The king of modern CZcams Class is here with a new one again.... I just love your content!!!

  • @OfficialBloodsport
    @OfficialBloodsport Před rokem +3

    Just a heads up in the part about starting a server in the first project OpenAi changed the import. No need to do the configuration or openAIapi. Only need to import OpenAI from openai

  • @user-ni4ss7ku5p
    @user-ni4ss7ku5p Před rokem +4

    thank you for making such quality content for free of cost. You never disappoints .

  • @MAALTECH
    @MAALTECH Před rokem +5

    Hi Adrien, in the First Project, around the 53:30 min mark, you used the geometry "nodes.T_Shirt_male geometry", where would I go to modify the geometry if I wanted to modify the product type, replacing the T-shirt? Thanks in advance. I really like your channel and content.

  • @limitfire6153
    @limitfire6153 Před rokem +2

    Hi thanks for this video, currently i following your project 1, i stuck at 54:08, i don't know, but it not display the shirt like you, there error "Uncaught TypeError: Cannot read properties of undefined (reading 'geometry')" i try to find explanation, but didn't find on how to solve it, may you suggest me what to do?

  • @khalidkhan5308
    @khalidkhan5308 Před rokem +2

    Awesome ___________ next framer motion

  • @Mr_Robinhood_4_u
    @Mr_Robinhood_4_u Před rokem +3

    Your tutorial are great in CZcams history..
    But please make in Hindi language also dear...
    You will reach on top in CZcams..with little time...

  • @alifibnnoor1891
    @alifibnnoor1891 Před rokem

    Man, I just want to "God bless you" & keep safe and blessed for us.

  • @valyogennoff
    @valyogennoff Před rokem +3

    Wow! This is tons of work! Thank you very much!

  • @dineinoussa1361
    @dineinoussa1361 Před rokem +2

    thank you Adrian , we also need e-learning project

  • @tameramer1465
    @tameramer1465 Před rokem

    Wie wir immer sagen, Sie sind der Beste, Adrian. 🌹🌹🌹Wunderbar. Danke.

  • @karanmishra8192
    @karanmishra8192 Před rokem +5

    Thanks for always making such a good content..very helpful 🙏🙏

  • @giannisnik5295
    @giannisnik5295 Před rokem +1

    Finishing the dribble clone now!! Thank you very much!!!

  • @nirakarsapkota8738
    @nirakarsapkota8738 Před rokem +1

    Thank you for your contributions, It means a lot to struggling job seekers like me..

  • @thisalgannnile1368
    @thisalgannnile1368 Před rokem +2

    Thank you so much for these tutorials, is there any prerequisites?

  • @MohammedMaaz-un2gp
    @MohammedMaaz-un2gp Před rokem +1

    Been waiting a long time for this brother!

  • @firvsglai
    @firvsglai Před rokem +2

    Just in time thank you so much for making this amazing content for free

  • @_VaishnaviShukla
    @_VaishnaviShukla Před rokem +1

    Anyone from project 3 metaversus madness....are you getting motion?? Cause i am facing some issue in getting motion

  • @developer_01
    @developer_01 Před rokem +2

    you are the best... these projects going to be helpful for learning design

  • @wolverine_d_king9422
    @wolverine_d_king9422 Před rokem +2

    I know that these videos are already made by you .but the moment you put any video i just simply like it . I know you deserve it ❤️

  • @da.b3102
    @da.b3102 Před rokem +2

    You are the best, thanks for all this amazing tutorials! This is gold!

  • @uzbek_devs
    @uzbek_devs Před rokem +4

    Amazing

  • @LegacyGS
    @LegacyGS Před rokem +5

    Starting to build project 1 now!! Super excited, thank you for doing these awesome tutorials!
    Edit: Project 1 complete, that was pretty awesome.

    • @pkorneev5226
      @pkorneev5226 Před rokem

      so you just copied code from youtube and will use that as YOUR project XD?

    • @TheRealPingu
      @TheRealPingu Před rokem

      @@pkorneev5226 what did you do? 🤔🤔

    • @arkadeepchowdhury7520
      @arkadeepchowdhury7520 Před rokem

      @@pkorneev5226 and make some minor changes and get hired easy peesy 🤣

    • @oscarmaritim7953
      @oscarmaritim7953 Před rokem

      @@pkorneev5226 Where should we copy them from as we learn?

    • @mayank5606
      @mayank5606 Před rokem

      Bro I'm getting this issue in first project "Uncaught Error: Could not load potsdamer_platz_1k.hdr: " while using Environment preset = 'city'.. can you tell me how to solve it ?

  • @junaidahmed820
    @junaidahmed820 Před rokem

    no match for your content
    you nailed it man

  • @mrmae99
    @mrmae99 Před rokem +3

    Love there

  • @Yash-rv3rp
    @Yash-rv3rp Před rokem +2

    This is amazing man! you are the best teacher i ever got

  • @mdfaizanuddin9893
    @mdfaizanuddin9893 Před 11 měsíci

    On firstBreak 33:49
    Second break -8:47:01

  • @tuna_yag
    @tuna_yag Před rokem

    This man is crazy!! Thx mein bruder. You are on fire!!

  • @IbrahimGanaMalgwi
    @IbrahimGanaMalgwi Před rokem

    You are a wonderful teacher

  • @yannickmulikuza6364
    @yannickmulikuza6364 Před rokem +1

    Hey, getting an error, fadeAnimation is not iterable, for the go back button in the Customizer component

  • @ajazhussain5674
    @ajazhussain5674 Před rokem +1

    Love it man

  • @hasfocus
    @hasfocus Před rokem +2

    More incredible content! Thanks JSM!

  • @aspiredifferent8085
    @aspiredifferent8085 Před rokem

    Long Live My Friend , You have won our hearts.

  • @guramigogichaishvili3903

    I think that on 1:04:00 it is not map-anisotropy={16} but just anisotropy={16}

    • @notkryp
      @notkryp Před 2 měsíci +1

      Thank you man you're a life saver. I was stuck there for 2 hours.

    • @guramigogichaishvili3903
      @guramigogichaishvili3903 Před 2 měsíci

      @@notkrypthat's cool that my comment helped

    • @notkryp
      @notkryp Před 2 měsíci

      @@guramigogichaishvili3903 is the open api still running?

  • @akindipejohn2595
    @akindipejohn2595 Před rokem +2

    You're the literal best 🙌🏽

  • @todos4ta97
    @todos4ta97 Před rokem +1

    CZcams is only worth it thanks to your videos, they are super interesting, as a request if you can be could you do more content on web3 or a website for data sience? Thank you so much

  • @cykaGuard
    @cykaGuard Před rokem +1

    bro adrian where do you get this ideas to making a content like this? dude this is so awesomeee

  • @ADLMStudio
    @ADLMStudio Před 11 měsíci

    All task complete thank you very much for this...

  • @slimefunoriginal
    @slimefunoriginal Před rokem +1

    CZcamsr? No. Teacher absolutly yes

  • @luckykr94
    @luckykr94 Před rokem +2

    Hello sir.. Love u a lot from India

  • @GoodbyeMrX
    @GoodbyeMrX Před 4 měsíci

    3rd project was very easy to follow and the results are incredible. Thanks so far!
    4th project has issues with the menu and close image. The confusing part is, I downloaded the project to check and there is no menu image on the top right corner.
    So, did it not work for you either?
    For the others, I just would skip that part with the menu image. There are issues with importing those images. I tried to fix it, but nothing works. Image is in the asset, but it won't show on the website.
    Edit:
    Finished my portfolio. This is so insanely good. Much appreciated Adrian!

    • @asibe_cheta
      @asibe_cheta Před 4 měsíci

      did you do the first project (shirt) successfully? My shirt did not show at some point and I was stuck there.

    • @GoodbyeMrX
      @GoodbyeMrX Před 4 měsíci

      @@asibe_cheta No, sorry. Only did 3rd and 4th project.

    • @asibe_cheta
      @asibe_cheta Před 4 měsíci

      @@GoodbyeMrX thanks for the reply

  • @TalhaAslamChaudhary
    @TalhaAslamChaudhary Před rokem

    You are the best tech teacher in whole youtube 👍

  • @sandamalgamage1242
    @sandamalgamage1242 Před rokem +2

    Thank you for making such a good vedio content and share your knowledge with us ❤❤

  • @gauravasode5108
    @gauravasode5108 Před 11 měsíci

    It's really awsome content i like a lot and learn many things through , Thanks a lot for such content.

  • @masuya444
    @masuya444 Před rokem +4

    Thanks for the amazing content. Btw, why not make a MERN project with TypeScript?

  • @ExequielBJ
    @ExequielBJ Před rokem +2

    You're amazing bro!

  • @exploit.6848
    @exploit.6848 Před rokem +3

    As always GREATTTT Video broo 🔥

    • @javascriptmastery
      @javascriptmastery  Před rokem

      Haha exactly :D

    • @exploit.6848
      @exploit.6848 Před rokem

      @@channelinprogress446 Because i know JSM's videos are always the best.. He earned our trust

  • @miangee09
    @miangee09 Před rokem +21

    Bro we are waiting for instagram clone

  • @moamenabdeltawab9210
    @moamenabdeltawab9210 Před 9 měsíci

    Great Video, much appreciated!

  • @sang4005
    @sang4005 Před rokem +2

    You never disappoints ❤

  • @avi_5827
    @avi_5827 Před rokem +2

    can you make a separate video on tailwind... how I can learn it?

  • @bijayrai942
    @bijayrai942 Před rokem +1

    i am having problem with second project. i Couldn't generate images. my codes are all fine and also went through gitHub.

  • @julianvelez6563
    @julianvelez6563 Před rokem +1

    You are the best bro ❤❤

  • @Sylar7773
    @Sylar7773 Před rokem +1

    Just BEST!!! Thank You so much

  • @tce1867
    @tce1867 Před rokem

    Awesome, this is totally what i want to learn!

  • @Soccer-G247
    @Soccer-G247 Před rokem

    Much love ❤❤❤
    Thanks for sharing..

  • @joseeavr
    @joseeavr Před 11 měsíci +1

    I really appreciate your work and I will put a like and subscribe. Defintelly one of the best web dev on youtube.
    Where do you find those 3d persona in 2:19:22?

  • @computer_science_in_depth

    Excellent work man

  • @nurrohman7992
    @nurrohman7992 Před rokem

    thank you! very amazing your video tutorial, you are the best

  • @sarthakjain8145
    @sarthakjain8145 Před 3 měsíci

    Should I know react before starting or you will teach in between?

  • @revantshinde9518
    @revantshinde9518 Před rokem +2

    Thank you 👍 , for making such content for free

  • @rohankaushik7849
    @rohankaushik7849 Před rokem +1

    seriously u r awesome bro.

  • @pareshmetaliya6214
    @pareshmetaliya6214 Před rokem

    Hi,
    Your contents are so awesome...
    Thanks for your efforts..

  • @emotions7219
    @emotions7219 Před rokem +1

    Man, you have my respect!♥♥

  • @rohanbhardwaj9319
    @rohanbhardwaj9319 Před 11 měsíci

    u never fail to impress 🔥

  • @pungushe
    @pungushe Před rokem +1

    Thanks for the video. It's cool as usually as your content

  • @TheDeFiWolf
    @TheDeFiWolf Před rokem +2

    HI There, You never disappoint us, Thanks

  • @valentinleguizamon9957
    @valentinleguizamon9957 Před 11 měsíci

    Imma start this! Hope procrastination doesn't get me this one.

  • @kingsley6183
    @kingsley6183 Před rokem

    Thanks for this wonderful tutorial

  • @ami-inn
    @ami-inn Před rokem +1

    hey, if i watch this can i learn three js and tailwind css like that, is it neccessary to complete all of the 4 or if i complete 1 can i learn those things

    • @NartBillionz
      @NartBillionz Před rokem

      if you are interested in only the threejs and tailwind css then the first project will do that for you.... tailwind css isn't that difficult if you already know vanilla css or bootstrap css..

  • @durgashukla240
    @durgashukla240 Před rokem +2

    Please someone tell
    4:53:49
    Line 15 - className={` $ {styles.innerwidth} ` }
    Here ` $ are used
    But in line 18
    className= {styles.heroHeading}
    Here `$ are not used
    Why 😕🤔

  • @showaibhaydar9590
    @showaibhaydar9590 Před rokem

    You are unbelievable man, Those projects are a real treasures