Build and Deploy an Amazing 3D Web Developer Portfolio in React JS | Beginner Three.js Tutorial

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 2,6 тыс.

  • @javascriptmastery
    @javascriptmastery  Год назад +91

    Want to land your dream programming job in 3 - 6 months?
    ⭐ JSM Masterclass Experience - jsmastery.pro/masterclass
    Become a Software Engineer. Guaranteed.

    • @amirmanzoor4343
      @amirmanzoor4343 Год назад

      cant't able to deploy this on vercel any solutions

    • @KarthikMumadi
      @KarthikMumadi Год назад +1

      can you please make use of Webxr with threeJS to simulate AR products in a e-commerce site this would be a crazy project

    • @DonNjabs
      @DonNjabs Год назад

      Hie i am having a problem deploying site, when i run ...》》》 npm run build,
      i get (!) Some chunks are lager than 500 kbs after minification
      The folder it shows is the dist/assets/three-891170d2.js 624.09 kB | gzip: 161.01 kB
      Is they a way i can deploy??
      Thanks

    • @moseskiprono8594
      @moseskiprono8594 Год назад +5

      I must be fullstack Developer, I am ready to sacrifice everything even though I come from very poor background, I must achieve my dream

    • @anupamanand5480
      @anupamanand5480 Год назад +1

      from where did you get those png for about section....?

  • @tanayvaishnav3888
    @tanayvaishnav3888 Год назад +467

    👇 Time Stamps:
    00:17:55 Layout
    00:21:07 Navigation bar
    00:40:57 Hero Section
    01:07:41 About Section
    01:17:09 Higher Order Component
    01:23:28 Experience Section
    01:44:33 Projects Section
    02:01:01 Testimonials
    02:13:15 Contact
    02:32:09 3D Stars
    02:49:09 Deployment
    Thanks for the Awesome Video!

  • @alexthehumane
    @alexthehumane Год назад +28

    👇 Time Stamps Below! :
    00:17:55 Layout
    00:21:07 Navigation bar
    00:40:57 Hero Section
    01:07:41 About Section
    01:17:09 Higher Order Component
    01:23:28 Experience Section
    01:34:23 Tech Section
    01:44:33 Projects Section
    02:01:01 Testimonials
    02:13:15 Contact
    02:32:09 3D Stars
    02:49:09 Deployment
    Thanks for the Amazing Video Adrian! I am currently going along with it and then I'll be making my changes to it.

  • @dannertech
    @dannertech Год назад +95

    Also, at 1:08:22 the second line in About has to be changed to import { Tilt } from 'react-tilt' or else it will throw an error (at least it did for me)

    • @dineindark
      @dineindark Год назад +2

      tnx bro

    • @jinethhettiarachchi8744
      @jinethhettiarachchi8744 Год назад +3

      yes yes yes thanks a lot brother ... you save me my entire evening... this comment deserve more like

    • @bitcoincypher
      @bitcoincypher Год назад +1

      Thanks bro.

    • @dev.gnzx2
      @dev.gnzx2 Год назад +3

      thank you really my head almost exploded

    • @Aviralsingh-yw7xx
      @Aviralsingh-yw7xx Год назад +1

      Thanks a lot. I was on the verge of breaking down

  • @vivalavida__
    @vivalavida__ Год назад +29

    I just completed it and I'm in love with it.
    I am overwhelmed by your tutorial, and I extend my heartfelt gratitude for the effort and time you put in and also for making this available free of cost. Because of people like you, we have hope in our journey. I thank you from the core of my heart.

    • @authenticself3800
      @authenticself3800 Год назад +5

      Hey there I did not get error in the navbar but the prelisted items in order like at timeframe 26:00 we can see that the sections are hero, about, experience so on but in the timeframe 30:35 how they dissappeared? please let me know the solution.

    • @aayanminhasminhas2271
      @aayanminhasminhas2271 Год назад +1

      I will make it but my 3D models can not load in hero section

    • @kanchisrivastava5124
      @kanchisrivastava5124 Год назад

      heyy, how much time did it take you to complete this project?

    • @nsikakikot7285
      @nsikakikot7285 10 месяцев назад

      Hi there, so I open up the components like the Computers in my hero section and it was empty did u find a similar problem with your assets?

    • @enddigital2377
      @enddigital2377 8 месяцев назад

      @@authenticself3800 they didn't disappeared, I believe it just was not in frame

  • @mecharreziahapao2012
    @mecharreziahapao2012 Месяц назад +2

    Hello Adrian,
    I have watched tons of videos on RUclips, but you are the only one who convinced me to purchase and use Hostinger. I used your codes and everything. I enjoy your videos because of the clarity of your voice and the way you showcase your skills and talents. It’s just so awesome.
    I am a third-year computer science student and have started building more and more projects. However, I wasted a lot of time because of my laziness. I would always start something and then stop, never finishing what I was doing. But your videos have helped me keep going.
    I hope that more people with the same degree as mine can socialize online and actively work on projects together.

  • @Shubham-Lal
    @Shubham-Lal Год назад +567

    Hey everyone, just to leave a heads up that we can use react-parallax-tilt instead of react-tilt so that we don't have to face library peer dependency issues while deploying the project.
    Edit:
    At 12:00, use react-parallax-tilt instead of react-tilt and remove --legacy-peer-deps from the command.
    Also wherever you are using: import Tilt from "react-tilt", replace it with your new library like this: import Tilt from "react-parallax-tilt".
    And some of you might be facing an error: Could not resolve three (something like this), the fix is to add "three" along with other libraries while npm installation.

    • @deepaktripathi3777
      @deepaktripathi3777 Год назад +1

      Dude how to contact you. I have some doubts related to the project. Do reach out please

    • @Shubham-Lal
      @Shubham-Lal Год назад

      @@dakshkumar992 I didn't understand which Logo are you talking about. Is it the meta tag of the site or the Navbar one?

    • @Shubham-Lal
      @Shubham-Lal Год назад

      @@deepaktripathi3777 I don't why but i can't add my mail here. So just view my yt profile and there is some contact info about me on the About page. Contact me there.

    • @EmmanuelArowoselu
      @EmmanuelArowoselu Год назад +2

      How do you resolve this the peer dependency issues if you've already used react-tilt.

    • @Shubham-Lal
      @Shubham-Lal Год назад +42

      @@EmmanuelArowoselu Just simply uninstall the library by running the command "npm uninstall react-tilt --legacy-peer-deps" and then installing react-parallax-tilt by the command "npm install react-parallax-tilt".

  • @rodrigoaraujoei
    @rodrigoaraujoei Год назад +33

    I'm finishing my Computer Science Degree, and I'm doing a portfolio with some projects and this content is a HUGE HELP, thank you so much love all your videos!

  • @aayushupadhyay7106
    @aayushupadhyay7106 Год назад +73

    Use import { Tilt } from 'react-tilt' ; instead of import Tilt from 'react-tilt'; to avoid white screen problem thank you ❤

    • @Nikhi_lesh
      @Nikhi_lesh 9 месяцев назад

      Think you Dude

    • @michaelpacto364
      @michaelpacto364 9 месяцев назад +1

      hi i`m having a pproblem in hero ssection light and postion and rotation not reflected

    • @Nikhi_lesh
      @Nikhi_lesh 9 месяцев назад

      @@michaelpacto364 increase the hemisphere intensity To 8 or more it worked for me
      And spotlight intensity to 1
      Play with them until you get your correct lighting

    • @-NITIN
      @-NITIN 8 месяцев назад

      Same here ​@@michaelpacto364

    • @charlielehnert7889
      @charlielehnert7889 7 месяцев назад

      i love u

  • @peoplease_need
    @peoplease_need 5 месяцев назад +3

    i love how you said words carefully and clearly, english is my scnd language and this really helps. thankyou!

  • @compiversity1456
    @compiversity1456 Год назад +44

    I've been learning Reactjs and I just make use of framer motions but I've been interested in Threejs, I'm happy you make this course 😍

  • @arvydas5017
    @arvydas5017 Год назад +627

    Now I know how ill spend my weekend

  • @realfavourkelechi
    @realfavourkelechi Год назад +22

    This is the first time you're making a not so beginner-friendly app, but it's still superb. Thank you so much always coming through with the best tutorials.

  • @edutainment9235
    @edutainment9235 Год назад +6

    For those who are just starting or are in the navBar section: At the 39:31 mark the code looks one way, but at the 39:32 the mark, the code goes back to where it was at the 39:00 mark .. still LOVE the video! It’s just the things I changed 😂 until I figured it out was going on drove me bananas

  • @kellslte
    @kellslte Год назад +23

    I had just been thinking about learning 3D web development for the front end and you already have a free course on it! I am blown away by your consistency! Thank you so much, Adrian, thank you!

  • @kvtys
    @kvtys 11 месяцев назад +3

    "if we save that.... everything breaks" was my favorite part of the tutorial. thank you for posting this, it truly was very informative and extremely useful. hoping good things come your way.

  • @NphiniT
    @NphiniT Год назад +47

    Hello everyone. You might encounter an error at around 54:17 which says "Uncaught Div is not part of the THREE namespace...".
    You might be tempted to wrap the Suspense around the entire Canvas instead of just the OrbitControls. That works until you have to set up the loader. Then you have to move the Suspense back. I wonder why this happens.
    So if you get the error, just continue until you have set up the CanvasLoader.

    • @laibaiqbal7801
      @laibaiqbal7801 Год назад +1

      I am also getting the same error . have you got solution?

    • @laibaiqbal7801
      @laibaiqbal7801 Год назад +5

      @benwaters2353
      @benwaters2353
      2 months ago
      If anyone else is stuck at 53:59, first try removing fallback from the suspense tag also try removing some chrome extensions. For me a couple chrome extensions I had were blocking it from loading. he answerd it remove fallback

    • @NphiniT
      @NphiniT Год назад +3

      @@laibaiqbal7801 This happens because the Canvas component (ComputerCanvas, EarthCanvas, etc) hasn't yet been completed. Notice it only has a div in it. That's what's causing the error. After the 3D gltf file has been rendered in it, the error should go away. The Canvas component does not accept html elements. Only THREE Components

    • @ArdaAydnVideolar
      @ArdaAydnVideolar Год назад +15

      In Loader.jsx I deleted Loader part and added a console.log it solved that problem. Also I downgraded my three version to 0.149.0 for fixing the lights.

    • @NphiniT
      @NphiniT Год назад +2

      @@ArdaAydnVideolar Oh I see

  • @brendantreynor8744
    @brendantreynor8744 Год назад +1

    I started this months ago and quit. I got distraught trying to add my own logos (.svg files were NOT working with me). I got over it, and decided to just follow the video from start to finish in order to just attain the knowledge and try my best to complete it. I was not disappointed. Thank you so much!

    • @devilxgamer3775
      @devilxgamer3775 10 месяцев назад

      Bro this problem also happens with and luckily I solved it, can you explain about the error more clearly

  • @akinjidesleek
    @akinjidesleek Год назад +6

    56:11 penumbra is the second shadow casted by the initial shadow(umbra), it covers a wider area and surrounds the initial shadow.

  • @philipreynolds5088
    @philipreynolds5088 Год назад +79

    This tutorial was great and I hope to see more 3JS in the future! One thing I do wish is that you could show us the creation of assets that you use in these projects. It's one thing to take preconceived assets and put them together, but a whole other thing to create assets from scratch.

    • @gabrieldiaz6509
      @gabrieldiaz6509 Год назад +19

      watch a blender tutorial

    • @rybaxter6454
      @rybaxter6454 Год назад

      @@gabrieldiaz6509 is blender gltf? sorry Im new to 3D scenes and looking to create my school logo in 3D.

    • @gabrieldiaz6509
      @gabrieldiaz6509 Год назад +2

      @@rybaxter6454 yes, blender guru is great to start in this.

    • @worldoflanguages1043
      @worldoflanguages1043 3 месяца назад

      @@gabrieldiaz6509 bro i have a problem with displaying all 3d , they're not all displayed ,i think the problem is from the huge 3d amount that are rendered in the same page , i tried to optimize gltf file but the same problem, it's only happening on mobile not on laptop

  • @safwensaafi1955
    @safwensaafi1955 3 месяца назад +4

    Great Video
    When deploying the site and running it from an android device, you'll get a white screen in the computer canvas plus on some of the tech balls, this is due to the fact that android devices limit the max amount of loaded 3d GLTF models
    In order to prevent that you can for example render only the tech icons not the whole ball canvas on small screens (500px) or reduce the number of tech to 4 (I tried it and it's the max)
    Hope I helped

    • @danishsaifi7817
      @danishsaifi7817 2 месяца назад +1

      Facing the same issue but i am clearly not interested in removing those balls anything you know so that i can reduce the maybe resolution/texture / quality in order to run it smoothly on Android?

  • @0xSingularity
    @0xSingularity Год назад +43

    I just built a portfolio website 2 weeks ago, but this one looks insane. Looks like I’m building another!!

  • @boonberries9881
    @boonberries9881 Год назад +8

    For the packages used @12:30 use this line in your terminal "npm install @react-three/fiber @react-three/drei maath react-parallax-tilt react-vertical-timeline-component @emailjs/browser framer-motion react-router-dom" - this worked for me as of 21/05/2023

    • @orion8810
      @orion8810 Год назад +1

      Thanks for posting this!! Saved me big time. I was trying to fix it for hours. Don't forget to change the Tilt import as well to "import Tilt from "react-parallax-tilt" on any components that use it.

    • @PAAOMahesh
      @PAAOMahesh Год назад

      Without GitHub account will it work

    • @jotasenator
      @jotasenator Год назад

      thank you. At the end of the app everything is working but i have this error: VM11:1 THREE.BufferGeometry.computeBoundingSphere(): Computed radius is NaN. The "position" attribute is likely to have NaN values. Do you have the same?

    • @toss5337
      @toss5337 Месяц назад

      @@jotasenator yes i have same issue, could you fix it?

    • @jotasenator
      @jotasenator Месяц назад

      ​@@toss5337will check it again today and will let you know

  • @aizytaiiyoo9670
    @aizytaiiyoo9670 Месяц назад

    Hi!
    I recently started learning React as a side project because I was curious to learn how web development works today. I stumbled upon your video and was astonished by the content. I have just finished it and I want to say a thousand thanks for making it so entertaining and for teaching so much in only a few hours !
    I can't say I'm an expert at React, but I can definitely read it properly now.

  • @Deepanssshhhh
    @Deepanssshhhh 2 месяца назад +2

    For anyone who can't get the balls to float in the Tech section at 01:40:46, this is what worked for me.
    In the Ball.jsx file in the BallCanvas component delete the `frameloop="demand"` property.

  • @doctype2508
    @doctype2508 Год назад +5

    If someone has error like this "Uncaught Error: R3F: Div is not part of the THREE namespace! Did you forget to extend?" you shoud just remove div in Loader Component and that's all

  • @jessecharbneau8331
    @jessecharbneau8331 Год назад +8

    Thank you Adrian! Super useful video to get me out of my "AngularJS" denial :-) - Loved the video and used it to kick start my own portfolio and dip my toes into the react world!

    • @javascriptmastery
      @javascriptmastery  Год назад +1

      Amazing. Enjoy!

    • @JohnWickea
      @JohnWickea Год назад

      dude if you doubled this amount, then you can buy a course for me at this rate . and in 3 months i would've given you 10x of this price by getting a job :/

  • @arturkrant4745
    @arturkrant4745 Год назад +2

    i can't stress this enough, your teaching, rhythm and editing is out of this world

  • @codingispower1816
    @codingispower1816 Год назад +1

    Learning about the HOC with SectionWrapper was amazing.

  • @poundcake5739
    @poundcake5739 Год назад +6

    If anyone struggling with the first app.jsx part around 19:00 where I had a browser error that said something like [plugin:vite:import-analysis] All I did was copy everything from components folder then delete the components folder Then create a new folder then paste everything in there. It worked for me so you could try if you have the same problem

    • @McCullinan
      @McCullinan Год назад +1

      Thank you very much, I noticed that there is a component file inside the component file, just pulled it out of the duplicate file

  • @sanyamkumar1858
    @sanyamkumar1858 Год назад +4

    At 34:07 , on line 38, when you are rendering the About, Work and Contact in navLinks map, use instead of tag. Otherwise you will run into problems.

    • @anishwarsharma5277
      @anishwarsharma5277 Год назад +3

      Hi, can you specify the changes, it's still not working for me.

    • @benjohnson5164
      @benjohnson5164 Год назад

      @@anishwarsharma5277 what you're going to want to do is npm install react-router-hash-link, import { HashLink } from 'react-router-hash-link', and then do exactly as the tutorial says, but with a component instead of the tag. This will allow React Router to recognize your page id links.

    • @anishwarsharma5277
      @anishwarsharma5277 Год назад

      @@benjohnson5164 Good to know, thanks

  • @jaylee5252
    @jaylee5252 Год назад +33

    This was so simple to follow and also extremely informative on how I can adapt and build other projects with similar features. Thank you 😊

  • @vipulgajbhiye
    @vipulgajbhiye 10 месяцев назад +1

    Navbar done 40:38
    hero start 40:45
    Computer.jsx dev start 46:14
    Computer 3D model first render 54:19
    Loader.jsx 58:16
    About 1:08:59

    • @SameerKumar-sd2pu
      @SameerKumar-sd2pu 9 месяцев назад

      Getting error on computer.jsx as THREE.WebGLRenderer: Context Lost.

  • @gijbfhjm
    @gijbfhjm Месяц назад +1

    just started but already super excited, thank you for caring about us bro

  • @Kevin-jc1fx
    @Kevin-jc1fx Год назад +31

    Adrian uploads nothing short of high end and over the top quality content. Thank you very much bro. I learn a whole lot from you.

  • @blockstarter4745
    @blockstarter4745 Год назад +28

    If anyone is having trouble with a deprecation warning on "react-tilt", I suggest using "react-parallax-tilt" instead and defining the variables something like this:


    {/* ... rest of the component */}

    • @merohossam3421
      @merohossam3421 Год назад

      Thanks ❤❤❤

    • @najrulsumon3062
      @najrulsumon3062 Год назад +3

      DId you solve when you try to view it in mobile phone but works section doesn't show up?

    • @arielelias2413
      @arielelias2413 Год назад

      @@najrulsumon3062 I hace the same issue, can you fixed it?

    • @najrulsumon3062
      @najrulsumon3062 Год назад +1

      @@arielelias2413 Yes. I used AOS for that part only.

    • @Kira-eb2vw
      @Kira-eb2vw Год назад

      Now this error shows up
      Uncaught SyntaxError: The requested module '/node_modules/.vite/deps/react-parallax-tilt.js?v=fecbe886' does not provide an export named 'ParallaxTilt'

  • @ZachCortez
    @ZachCortez Год назад +4

    Yes finally! I have been trying to learn this new tech through other tutorials for weeks now but no one can teach the way you teach!!! 🎉 thank you for uploading this video!

    • @javascriptmastery
      @javascriptmastery  Год назад +1

      Enjoy! 😊

    • @vivekmaurya2852
      @vivekmaurya2852 Год назад

      have you implemented this , is this working ? please reply because , i am getting error

  • @grimfunk8145
    @grimfunk8145 Год назад +55

    For anywone who can't get the balls to float in the Experience section at 01:42:22, this is what worked for me.
    In the Ball.jsx file in the BallCanvas component delete the `frameloop="demand"` property. Should work now 😁

    • @kalyansaxena6460
      @kalyansaxena6460 Год назад +8

      I believe setting the property to 'always' also works -> frameloop='always'
      Anyway thank you! your solution led me to fix the ball rotation

    • @-RohitJaiswal
      @-RohitJaiswal Год назад

      Thank you very much buddy.

    • @elvictoret
      @elvictoret Год назад

      You're the best!!

    • @Henry-lr9sw
      @Henry-lr9sw Год назад

      Thanks you so much. Saved my life!!!

    • @prabhakardeep
      @prabhakardeep Год назад

      Thank you very much. You are the best. It looks alive now.

  • @noelpaul713
    @noelpaul713 2 месяца назад +1

    for those, whose earth is rotating about a different axis(not the vertical center)
    change to
    instead of
    primitive object={earth.scene} scale={2.5} position={[0, 0, 0]} rotation-y={0} />

  • @i_am_aruproy
    @i_am_aruproy 2 месяца назад +1

    At 2:07:00 the testimonial might not load for u,
    "const FeedbackCard = ({index, testimonial, name, designation, company, image}) => {
    return(

    {testimonial}
    )
    }"
    just change the const Feedback card code with the above code snippet, Hope that helps,
    Thank You Adrian ❤

  • @AlgorithmDoctor
    @AlgorithmDoctor Год назад +19

    Always expect mind-blowing videos from Adrian. He has always been fresh inside the Bootcamp. I am so proud to have joined the JSMastery bootcamp.

    • @javascriptmastery
      @javascriptmastery  Год назад +3

      Thank you so much Rodgers!

    • @Dr_PhilK
      @Dr_PhilK Год назад +1

      How much is it to join the bootcamp,and what are the prerequisites, I do not want to waste my time and their time too since I am still beginner...Thanks

  • @meheraabarvy4134
    @meheraabarvy4134 Год назад +10

    For many days I was looking for threejs tutorial. And here, you brought this with a stunning project. Hats off to you.

  • @leandrogrisalena2831
    @leandrogrisalena2831 Год назад +6

    No doubt, one of the best development channels ever! Congrats Adrian!

  • @itsme8419
    @itsme8419 Год назад +2

    👇 Time Stamps:
    00:17:55 Layout
    00:21:07 Navigation bar
    00:40:57 Hero Section
    01:07:41 About Section
    01:17:09 Higher Order Component
    01:23:28 Experience Section
    01:44:33 Projects Section
    02:01:01 Testimonials
    02:13:15 Contact
    02:32:09 3D Stars
    02:49:09 Deployment

  • @developer675
    @developer675 Год назад

    Questi video sono una miniera d'oro, meglio sfruttarli ora prima che sia troppo tardi! Questo è il futuro e la richiesta di lavoro è altissima! Complimenti dall'Italia

  • @mandabathram2491
    @mandabathram2491 Год назад +3

    successfully completed the project
    thank you so much!

  • @SatyamWakchaure
    @SatyamWakchaure Год назад +23

    hey Adrian,
    The way you explained every concept in detail, made the entire learning experience seamless and enjoyable. once again thank you for sharing your knowledge and expertise with the world. You have made a significant contribution to the web developer's community, and your efforts will continue to benefit aspiring developers like me for years to come.
    love from India 🇮🇳 ❤

  • @auronvila1069
    @auronvila1069 Год назад +4

    such an amazing video. The world needs more of these man that are trying to help people get better

  • @stevedev4733
    @stevedev4733 Год назад

    Hi this is Stephen from Nigeria I really love the way you code, God bless you for the value you give

  • @jtheoden
    @jtheoden Год назад

    in point 43:45 I had to add to the gradient violet line mx-2 to make it match the line with the circle, Thanks for everything Adrian, I think my development skills really got improve after this video!!!!the linethe line

    • @alicialoi7230
      @alicialoi7230 Год назад

      hey, when you get to around 54 minutes, can you lmk if the computer will load for you because it's not loading for me and every part of my code looks correct.

  • @abdulateef-da-designer
    @abdulateef-da-designer Год назад +5

    I'm jst speechless at d premium-quality courses u give to us at free of charge. I'm really grateful nd we will love to see more
    Stay blessed boss

  • @samueldonsmog6006
    @samueldonsmog6006 Год назад +10

    This is my sign to take threeJS seriously. Love it🥰🥰🥰

  • @klhmia
    @klhmia Год назад +64

    You and Llama Dev are so closely aligned with your content - it's so helpful for me to watch both your guys videos as you both put so much effort and they're the most relevant and timely tutorials I can find. Thank you very much as always!

    • @javascriptmastery
      @javascriptmastery  Год назад +16

      Thank you so much! And yeah, Llama is great! 🦙🔥

    • @imkir4n
      @imkir4n Год назад

      yeah they are the best in the youtube

    • @zerominute1209
      @zerominute1209 Год назад +1

      @@javascriptmastery i have a error when i do = npm install --legacy-peer-deps @react-three/fiber @react-three/drei maath react-tilt react-vertical-timeline-component @emailjs/browser framer-motion react-router-dom

    • @zerominute1209
      @zerominute1209 Год назад

      plz help me

    • @imkir4n
      @imkir4n Год назад

      @@zerominute1209 whats the error

  • @AbdulHadi-zl4gm
    @AbdulHadi-zl4gm Год назад +2

    who is having trouble here at minutes 54, I have been able to solve the problem
    the way is
    1. Make sure to use export default ComputersCanvas; in place of export default Computers;
    2. in here you will see black screen until minute 58, but don't panic just continue the step of video until minutes 58.38. And reload your website

  • @abhinavsingh5099
    @abhinavsingh5099 6 месяцев назад +1

    this person is a god who have made all cheat sheets and resources :)

  • @anythingeverything.2729
    @anythingeverything.2729 9 месяцев назад

    First thank you for that awesome video i learnt a lot. really appreciate that !
    but => sm: is not just for small devices it's from sm to 2xl
    so if you say "sm:block hidden " that means it will be hidden in phone pages and will be block from small pages to 2xl pages

  • @lovenangelodayola1826
    @lovenangelodayola1826 Год назад +4

    I was supposed to watch other courses today but this just went top of my list. 3D is always interesting

  • @vietlehuu5603
    @vietlehuu5603 Год назад +25

    Thanks JM for great free resource.
    54:15 I got stuck with the following error:
    "Warning: The tag is unrecognized in this browser. If you meant to render a React component, start its name with an uppercase letter."
    not only but also with , , , ...
    Resolve: try to change last line of Computers.jsx to "export default ComputersCanvas "
    Hope this will help someone saving some time.

  • @wongkahlok1777
    @wongkahlok1777 29 дней назад +1

    54.32 for those who missing the 3d models.... remove fallback={ from Suspense fallback={ and change export default Computers; to export default ComputersCanvas; , it takes me really long time until i find a solution in stackOF, hopefully it helps

  • @aadarshdubey5738
    @aadarshdubey5738 4 месяца назад

    if you are getting error in works section, white screen then change
    iimport Tilt from "react-tilt"; to import Tilt from "react-parallax-tilt" it worked for me after i spent 30 minutes to find where the problem was

  • @prodigymuj
    @prodigymuj Год назад +23

    Followed and loved it from start to finish. It's a lot to take in honestly but I'm gonna start one from scratch and add a twist to the design and 3D models. Thanks so much Adrian! (Would love to see more of three.js and motion stuff)

  • @oldominion8669
    @oldominion8669 Год назад +6

    just a suggestion, it would be nicer if the small balls, after you rotate them, would automatically turn back to their front/logo instead of staying on the empty side.

  • @MichaelJChoudhury
    @MichaelJChoudhury Год назад +23

    This is fantastic! Thanks, Adrian, for the time and effort you put into the production of such first-class content.

  • @venividicredi4993
    @venividicredi4993 Год назад

    Awesome - love that the pc you downloaded was working on your tutorial (just at the bit I, ahem, first got stuck on too) so you can prolly add quntum computing/ time travel to the skillset!

  • @jeffery614
    @jeffery614 10 месяцев назад +1

    For those with mobile display issues, I fixed the problem by cutting only 2 canvases left, and some parts don't use motion framer; use the regular div or p tag.

    • @ajaysinghbisht6777
      @ajaysinghbisht6777 10 месяцев назад

      Can you please tell me clearly

    • @devilxgamer3775
      @devilxgamer3775 10 месяцев назад

      Can you explain more about the canvas? What canvas are you talking about

  • @dannertech
    @dannertech Год назад +6

    Not sure if I'm the only one that missed it but around 52:00 the export at the bottom changes to ComputersCanvas

    • @edutainment9235
      @edutainment9235 Год назад +1

      Thanks! At the 39:31 mark the code looks one way, but at the 39:32 the mark, the code goes back to where it was at the 39:00 mark .. still LOVE the video! It’s just the things I changed 😂 until I figured it out was going on were driving me bananas

    • @julioo534
      @julioo534 Год назад +1

      lol that is crazy

  • @matveyd7272
    @matveyd7272 Год назад +3

    at 1:44:00 I realised, that balls don't float as I expect (they did strange rotation only when I did microscroll. It looks like veery slow animation and of course it doesn't looks good)
    I delete "frameloop="demand"" and add "requestAnimationFrame" parameter at BallCanvas component --> Canvas tag, and now it looks much more better

    • @jotasenator
      @jotasenator Год назад +2

      also it could be frameloop='always' ,but I hav ethis error with the app running: VM11:1 THREE.BufferGeometry.computeBoundingSphere(): Computed radius is NaN. The "position" attribute is likely to have NaN values.Do you hav ethe same at the end?

    • @raviel_0422
      @raviel_0422 7 месяцев назад

      Thanks man. Float now works on mine too.

  • @prrockzed
    @prrockzed Год назад +3

    Man you need to make another 3D website. The video has crossed 20k views. I am watching it on 31st May, 2 months after, and it already has 34k likes. Btw, this is a great video!!

  • @maidulislam9040
    @maidulislam9040 6 месяцев назад +1

    Some people are facing sectionwrapper issues. Here's how to fix it,
    1- Uninstall the package with:
    npm uninstall react-tilt
    2- Then reinstalled it with:
    npm install react-tilt
    3- Then in the imports of About.jsx and Works.jsx change
    import Tilt from "react-tilt";
    to
    import { Tilt } from "react-tilt";
    4- Run
    npm run dev

    • @Fazil0015
      @Fazil0015 Месяц назад

      You just saved me so much time. Thank you!!

  • @kristijanlazarev
    @kristijanlazarev Год назад

    This is the most amazing thing I have ever seen in my developer life...

  • @grenishrai611
    @grenishrai611 Год назад +4

    Thank you so much for doing the tutorial for three js. And hope for more of such three js tutorial in the future. ❤️

  • @biLLie_wiLLie
    @biLLie_wiLLie Год назад +4

    great job! Thank you. I'm expecting from you video about docker and ci/cd in context of mern projects. I hope you can explain it easy

  • @ItsMe-oi9dy
    @ItsMe-oi9dy Год назад +21

    These projects are always cool, and I could follow them and just repeat it, but I'm hardly learning and 90% of it seem to require you to know everything that exists already. The fact you guys can come up with this stuff and show others how to make it is really quite something. But if I made this and displayed it as something I had created, it'd be a complete lie.

    • @sneaky3014
      @sneaky3014 Год назад

      Start small on the projects if you need to. It gets easier. There’s a lot to learn here but yeah, it’s definitely more copy-pasting if you don’t know what’s really going on haha

    • @TheMezmeriZe
      @TheMezmeriZe Год назад +3

      ​@@sneaky3014dude this is like extraterrestial language for me, i'm really sad that i can't build what i would love to do because i'm only a ui/ux designer and this would take months Even years to learn and i do not have the time for it :(

  • @ramioooz
    @ramioooz Год назад +1

    Thank you very much for sharing an amazing project.
    I have a small comment though.
    I saw through your video that you write classNames for each element and then write the elements themselves. which I think is counterintuitive and not very educational. I suggest that you first write the element you want to place in the component and then add Tailwindcss classNames to it so that people can follow up with you better, remain focused, and witness the effect of the desired styling first-hand.
    Again, Thank you very much. great job.

  • @Ryan-zv6yl
    @Ryan-zv6yl 11 месяцев назад

    I loved this video. Helped me a lot. Am i the only one who likes vanilla CSS a lot more than tailwind? I just saw how you styled it and coppied it onto vanilla CSS. works the same but to me helps keep my code more managable

  • @thelyricndbuzzz6657
    @thelyricndbuzzz6657 Год назад +4

    If u increase the intensity of the spotlight....you will be able to see that the code on the computer model is the code you are writing😗

  • @juliusholbert6598
    @juliusholbert6598 Год назад +12

    DId the tutorial as of 3/12/2023 and ran into an issue and it looks like others have had the same problem. If when setting up all of the files and doing the imports you get the error, "You can mark the path "three" as external to exclude it from the bundle, which will remove this
    error." all you have to do is run "npm install --legacy-peer-deps three use --force" in terminal.

    • @getabettername
      @getabettername Год назад

      thank you, that cleared all the hundreds of THREE errors that popped up in terminal

    • @AnonymUwo
      @AnonymUwo Год назад

      Really thank you

  • @benwaters2353
    @benwaters2353 Год назад +23

    If anyone else is stuck at 53:59, first try removing fallback from the suspense tag also try removing some chrome extensions. For me a couple chrome extensions I had were blocking it from loading.

    • @abon2204
      @abon2204 Год назад

      Ayo thanks man

    • @RodrigoPerez-rn8ve
      @RodrigoPerez-rn8ve Год назад

      I had the same issue, i remove the fallback property and it works

    • @simp4_jesus953
      @simp4_jesus953 Год назад

      My man! I was trying forever to fix this. I removed the fallback and it fixed it. Thanks!

    • @Millz98
      @Millz98 Год назад +1

      @@simp4_jesus953 What did you do, just keep it at ?

    • @bizkiqz6337
      @bizkiqz6337 Год назад

      Thanks man, it really helped!

  • @amansrivastavvv
    @amansrivastavvv 2 месяца назад +1

    Thank You Adrian for this amazing tutorial. love from India

  • @athorndia
    @athorndia Год назад +1

    Thank you for the wonderful tutorial! You took me on a fantastic adventure and I had so much fun learning from you!

  • @ntormight3964
    @ntormight3964 Год назад +9

    never disappoints, always top-notch projects.
    Thank you.

    • @javascriptmastery
      @javascriptmastery  Год назад

      Appreciate it!

    • @anujkashyap999
      @anujkashyap999 Год назад

      Sir I'm getting a error while building this project in scene.gltf during create a hero. Jsx code while not working properly I'm stuck in mid what should I do and ther error in public folder that h provide

  • @crocodilecode8120
    @crocodilecode8120 8 месяцев назад +11

    If you are getting white screen during about section (01:07:41 About Section)
    How to fix:
    import {Tilt} from 'react-tilt';
    Not:
    import Tilt from 'react-tilt';

    • @vergoal4745
      @vergoal4745 7 месяцев назад

      thanks

    • @CHILLBRO-e7y
      @CHILLBRO-e7y 4 месяца назад

      i am getting THREE.WebGLRenderer: Context Lost.and nothingshowing how to fix this?

  • @emmanuelnkiriyumwami1225
    @emmanuelnkiriyumwami1225 Год назад +7

    The web looks and scroll nice on a computer but on a mobile device(using iPhone 14 pro) it is a little bit slow, very hard to toggle the navigation… Did anyone else notice that???

  • @fingerman4086
    @fingerman4086 Год назад

    Finally! Love threejs, and I love React w/ Framer Motion, but have always struggled to really get a head around getting them to play with each other

  • @frankcastellanos
    @frankcastellanos Год назад

    This is better projects than other youtubers , udemy and college, simply the best project tutorials.

  • @Deepanssshhhh
    @Deepanssshhhh 2 месяца назад +3

    I ran into an issue at 47:25 and it looks like others have had the same problem. If when setting up all of the files and doing the imports you get the error, "You can mark the path "three" as external to exclude it from the bundle, which will remove this error." all you have to do is run "npm install --legacy-peer-deps three use --force" in terminal and it will remove the error.

  • @muneebmansoor4257
    @muneebmansoor4257 Год назад +4

    Hello, you did great. Can you tell me the VS code extensions you are using?

  • @chisomobanzi6873
    @chisomobanzi6873 Год назад +4

    What an incredible tutorial. Very thorough and legit. Really appreciate the effort put into this

  • @snehachauhan9421
    @snehachauhan9421 Год назад +2

    This is the first time I am commenting on any youtube video
    I just wanted to say thanks for such an amazing tutorial
    - It was so easy going
    - your way of teaching is amazing
    I just loved developing this portfolio!!
    Looking forward to develop many more projects like this

    • @kartavyasharma6272
      @kartavyasharma6272 Год назад

      Hello can you please tell is it okay for a beginner to do this? I covered HTML CSS and React js now looking to make projects. Is this project okay or tough for a beginner? Also can you suggest what projects to make if this will be tough i cant seem to decide what to do. I want to make atleast 3-4 good projects as my background is not of IT as well. Thankyou

    • @edutainment9235
      @edutainment9235 Год назад

      @@kartavyasharma6272 I don’t feel this programmer is for a beginner and I’m not a beginner .. he makes great content .. start from the very, very simplest tutorials so you can gain confidence. Programming is not easy #goodLuck2u

  • @qua1565
    @qua1565 Год назад +3

    Hello beautiful fellows! I Spent $100+ for Hostinger domain, completed code-along, uploaded dist files, clicked on my custom domain name and ended with a 404... any solutions/ ideas please?

  • @RochCode
    @RochCode Год назад +8

    Anyone having trouble with the mobile version not displaying properly : There is way too much for the phone to handle, you got to reduce the number of stars on the contact section, completely removes the balls with the skills and replace them with an img version of them, try to get off as much draining things for the phone as possible, also the performances on desktop aren't that great, so, try to replace things too heavy with your own stuff that is lighter !

    • @IsaTimur
      @IsaTimur 11 месяцев назад

      it's really helped, me thx, Ive been using those stars all around the page, so mobile was always crashing , and I didnt know what is going on, thx for your comment, you made my day!

    • @devilxgamer3775
      @devilxgamer3775 10 месяцев назад

      I made this project and deploy it on vercel, everything looks great on desktop but on mobile the header section is creating problem, the screen turns into white I think I have to remove the 3d computer 😥😞

    • @ayubonyiego3588
      @ayubonyiego3588 6 месяцев назад

      @@devilxgamer3775 facing this problem too, did you manage to resolve it?

    • @devilxgamer3775
      @devilxgamer3775 6 месяцев назад

      @@ayubonyiego3588 no bro, I couldn't manage to resolve this 🤧

  • @eduardgrigoryan6052
    @eduardgrigoryan6052 Год назад +3

    I fixed it) u just need to remove fallback={} inside the and here you go, errors wont desapear, but at least it will work and the 3d object appears

    • @eduardgrigoryan6052
      @eduardgrigoryan6052 Год назад

      Or just delete div inside the CanvasLoader))

    • @mahaali1335
      @mahaali1335 Год назад

      @@eduardgrigoryan6052 You are a genius ;-; I WAS STRUGGLING FOR 24 HRS T.T But like is it really okay? If I host it, will it be okay?

    • @go-mech8814
      @go-mech8814 Год назад

      Hey, I am tried it but it's not working , I am getting an warning
      is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements
      Not only for hemisphereLight but also mesh , pointLight and primitive
      and also 3d model is not showing on screen

    • @eduardgrigoryan6052
      @eduardgrigoryan6052 Год назад

      I don't know pal, you have to delete any div elements inside those components

    • @go-mech8814
      @go-mech8814 Год назад

      Done bro error is resolved ....and 3d model is also appears

  • @antonioskokiantonis7051
    @antonioskokiantonis7051 Месяц назад

    1:41:30 icosadedron is a Greek word. Icosi(έικοσι) means 20. edron(έδρα) means base. So icosahedron is the object that has 20 equal bases .

  • @TheCultOfDance
    @TheCultOfDance Год назад +1

    This channel is AMAZING!!! It offers some of the best tutorials that are easy to understand. These tutorials have enlightened my mind and unleashed numerous possibilities for my personal development. Thank you for sharing these incredible videos.

  • @igawisniewska5456
    @igawisniewska5456 Год назад +3

    For anyone having an Uncaught Error: Could not load ./desktop_pc/scene.gltf: sRGBEncoding is not defined) error. The 3d model is the issue itself, its a corrupted file. Use a different model and its all good 👍

  • @jaychavada8622
    @jaychavada8622 5 месяцев назад +3

    I'm facing issue of 3D objects are not loading on mobile screen view and same as project section too. Does anyone know the solution for that then please give it to me otherwise this complete tutorial is damn fabulous and amazing

    • @priyangyt3724
      @priyangyt3724 5 месяцев назад

      bhai mera bhi same issue hai agar solution ho to batana

    • @fahadelahi369
      @fahadelahi369 2 месяца назад

      same issue

  • @mariianikitash3185
    @mariianikitash3185 11 месяцев назад +8

    Did anyone have an issue at 54:19, when Adrian fixed some errors, the desktop image show up on his website, but did not on mine. I also tried just copying and pasting his Computers.jsx file and still the desktop image did not pop up. Thanks

    • @markolumbar4307
      @markolumbar4307 9 месяцев назад +2

      also copy the whole loader.jsx and it magically starts working

    • @simiariyo4163
      @simiariyo4163 6 месяцев назад +1

      @@markolumbar4307 I've done this too but I still get a blank screen with an error saying this:Uncaught Error: Could not load ../desktop_pc/scene.gltf: Unexpected token '

    • @aaryachoudhary7949
      @aaryachoudhary7949 5 месяцев назад

      @@simiariyo4163 were you able to resolve this issue?

    • @jahanzaib3523
      @jahanzaib3523 4 месяца назад

      Hellow @simiariyo4163 I also faces the same issue could you resolve it?

    • @jahanzaib3523
      @jahanzaib3523 4 месяца назад

      Could you resolve it?

  • @observer-0_0
    @observer-0_0 10 месяцев назад +1

    thank you so much I have learned a lot from you and I hope you never stop teaching us ❤❤❤❤

  • @patryk_rogala
    @patryk_rogala Год назад

    Awesome tutorial! I didn't expect it to be that easy, Tailwind is GOAT

  • @m_foUad
    @m_foUad Год назад +3

    i have problm @react-three/fiber it dosnt work and i see much error