React Website using Styled Components and Smooth Scroll - Beginner Project Fully Responsive

Поділитися
Вставка
  • Опубліковано 5 вер 2024

КОМЕНТАРІ • 1,3 тис.

  • @David-cz7rf
    @David-cz7rf 3 роки тому +170

    Great tutorial! I bought the source code, hope you can continue doing this and making new awesome vids.

    • @briandesign
      @briandesign  3 роки тому +17

      Thanks for the support David! I plan on making more vids soon!

    • @achhatkumargupta2954
      @achhatkumargupta2954 3 роки тому +1

      Sir this responsibility or only please say?

    • @SHUUUSTER
      @SHUUUSTER 3 роки тому +1

      pass you source code , I don't have a credit card for a buy course

    • @dannyinformal
      @dannyinformal 3 роки тому

      @@briandesign Hey Brian, my svgs and pngs will not render. I'm at a loss right now

    • @takeabreak5251
      @takeabreak5251 3 роки тому +3

      I typed this exactly but my video is not getting played!

  • @mustafabahaa9201
    @mustafabahaa9201 3 роки тому +336

    for anyone having issue with image not loaded make sure you type
    img: require('../../images/svg-1.svg').default,

    • @angarabozkirli
      @angarabozkirli 3 роки тому +4

      still isn't loading, it find the location of .svg file, reads but doesn't load

    • @atharvaathalye
      @atharvaathalye 3 роки тому

      @@angarabozkirli Did your problem got fixed?

    • @angarabozkirli
      @angarabozkirli 3 роки тому

      @@atharvaathalye no, I didn’t try further

    • @atharvaathalye
      @atharvaathalye 3 роки тому

      @@angarabozkirli check your styled components for IMG I accidentally typed image that's why my image was not getting rendered

    • @sanskarkaazi3830
      @sanskarkaazi3830 3 роки тому

      Do you know what would happen if there was no z-indexes whatsoever in this project?

  • @nocapmusic7705
    @nocapmusic7705 2 роки тому +59

    If y'all are attempting this project using react-router-dom v6 you'll have to change Switch to Routes and in your Route component you have to change component to element. It should look like this --> . In the video this is at timestamp 2:49:26.

    • @shebeary
      @shebeary 2 роки тому +1

      This worked! thank you!!!!!! except mine is SignInPage instead of SigninPage

    • @verzuzstore7337
      @verzuzstore7337 2 роки тому +1

      I'm having an issue with displaying some of the elements in the InfoSection (p, heading and button) I was able to display the img but not the right of the elements. can you help?

    • @johannadelatorre3167
      @johannadelatorre3167 2 роки тому +1

      You are a god amonst men

    • @ionutoceanu1434
      @ionutoceanu1434 2 роки тому

      🙏🏻 Thank you ! Much love !

    • @DonTownsendJr
      @DonTownsendJr Рік тому +1

      @@ennerie You are missing. import SigninPage from './pages/signin';

  • @kanojvora2491
    @kanojvora2491 3 роки тому +39

    For anyone struggling to get the image to show do this:
    1. add an import statement at the top of the index.js file on infosection. import ImgCar from "../../images/car.svg"
    2.
    It's not the same as in the tutorial but this gets the image to show
    EDIT:
    Mustafa Bahaa posted a much more eloquent solution to this, he suggested adding .default to the end of the require statement.

  • @tebogo10
    @tebogo10 3 роки тому +71

    Helpful hint - vscode has an extension for styled components

    • @askarihassan1636
      @askarihassan1636 3 роки тому +4

      Thanks a lot man. I was wondering why mine was highlighted as a string and his was not.

    • @afrosoul4eva
      @afrosoul4eva 3 роки тому +4

      thanks so much

    • @Arknaes54
      @Arknaes54 3 роки тому +1

      Thank you, was just the comment i was looking for :D

    • @arturs9452
      @arturs9452 3 роки тому +3

      Pin !
      Without this plugin it's pain

    • @jondiez2673
      @jondiez2673 3 роки тому +2

      u saved my life! thank you so much!

  • @Syndrms
    @Syndrms 3 роки тому +137

    Very rare to see react tutorials with actually good designs. You deserve the best, thank you for your amazing videos

  • @8ktk
    @8ktk 3 роки тому +19

    Unlike other channels, you not only teach React, but also focus on the design part of it which is immensely helpful. Thanks a ton, expecting more amazing content :D

    • @briandesign
      @briandesign  3 роки тому +4

      Thanks Karthik! Yeah I like CSS lol so I tend to spend more time messing around with design stuff

    • @loquaciouslaura5641
      @loquaciouslaura5641 3 роки тому +1

      @@briandesign Loving the design stuff you've included! It makes your sites look really professional. Can't believe you've not been doing this for very long!

    • @briandesign
      @briandesign  3 роки тому +1

      @@loquaciouslaura5641 Thanks Laura!

  • @jroseme
    @jroseme 2 роки тому +9

    Bro I'm only like halfway through but this tutorial is clicking so much more for me than other, much longer and more in depth tutorials. I think maybe it's the order you are going through, combined with the pace. So relieved, finally this React stuff is starting to click in my boomer object oriented brain. Thank you.

  • @Kevin-cg7qk
    @Kevin-cg7qk 2 роки тому +2

    Finally, someone who understands the importance of design!

  • @codeaperture
    @codeaperture 3 роки тому +3

    I finally found the best front-end channel. god level styling skills

  • @dabzbmg3197
    @dabzbmg3197 3 роки тому +5

    These are going to help me get a job and when I am back on my feet Ima forward you for the source code still.Your a blessing still my guy.

  • @renatilyasov6873
    @renatilyasov6873 3 роки тому +13

    For the svg loading problem I noticed that in InfoElements.js I wrote "styled.div" instead of "styled.img". Great tutorial! Thanks

    • @briandesign
      @briandesign  3 роки тому +2

      glad you figured it out! those syntax errors always get me haha

    • @shubhamsingh4701
      @shubhamsingh4701 3 роки тому +2

      you comment saved my life ! 😅✌️

    • @kayjay4906
      @kayjay4906 2 роки тому +1

      Thanks brother
      your comment saved my life ! 😅✌️ (copied)

    • @spencertoogood
      @spencertoogood 2 роки тому

      Nice! This has had me stumped for the last hour!

  • @sotonye-m
    @sotonye-m Рік тому

    Hey, Thanks for this.
    I am a software engineer who hated frameworks and wasn't too familiar with javascript, I wrote Java, C# before, A year ago I watched this and decided to give React a chance, Thanks to this video I got my first job as a React Developer just 2 months after watching this video (I had been an engineer for 4 years prior tho), and now I am a frontend developer, I love using react and styled-components so much, it's my fastest way to build stuff.

  • @didactics740
    @didactics740 3 роки тому +40

    hint: if the images aren't loading in your react, use .default suffix to your img value/path

    • @hrithikgoswami9808
      @hrithikgoswami9808 3 роки тому +1

      thanks it worked

    • @aisahtaufik8627
      @aisahtaufik8627 2 роки тому +1

      hi how do you mean with that, can you write the code please. it doest work for me :(
      "img: require('../../images/svg1.svg'),"

    • @redmanly1
      @redmanly1 2 роки тому +16

      @@aisahtaufik8627 "img: require('../../images/svg1.svg')," would now be "img: require('../../images/svg1.svg').default,"

    • @ryan13547
      @ryan13547 2 роки тому

      thanks a lot bro...how did you even find the solution to it??

    • @cintiasouza5751
      @cintiasouza5751 2 роки тому

      thanks *-*

  • @DeCodewithMinte
    @DeCodewithMinte 3 роки тому +2

    You teach not only how to develop in react but how to develop like a pro with a clean codebase. Just Awesome

  • @remyfamily8652
    @remyfamily8652 3 роки тому +7

    Awesome tutorial! Fellow developers, in case you want to add extra pages like a signup you need to add a few thing extra props onto your styled-component.
    Example:

  • @dev_willyy
    @dev_willyy 2 роки тому +1

    This video is amazing..Infact, Brian becane very tired at the end of the video.
    many thanks goes to you, Brian.
    you've earned a relentless subscriber from Nigeria!🔥🙌

  • @sexrp2380
    @sexrp2380 3 роки тому +12

    That was great! I've never used styled components before and all the repetition and patterns you've demonstrated truly helped me build a strong foundation! Thank you!

    • @prenusree8232
      @prenusree8232 Рік тому

      Hey, how can we install styled components

  • @andhytaslin7907
    @andhytaslin7907 3 роки тому

    Video duration 4 hour = 4 day for learn from zero until create a responsive website... great tutorial... you give me all i want

  • @TUITKRISHNAKUMAR
    @TUITKRISHNAKUMAR 3 роки тому +18

    UA-cam has many tutorial on react , but in most part they skip the css part, which ended me as a poor css scripter. After following your videos, it became more clear and concise😉❤️

    • @briandesign
      @briandesign  3 роки тому +3

      Thanks! Yeah I noticed not many people focus on CSS at all or just copy and paste it into their code with tutorials with more advanced languages.

    • @loquaciouslaura5641
      @loquaciouslaura5641 3 роки тому

      @@briandesign I agree, the CSS element you include is very in depth. I feel total novice at this and would like to ask, where/how did you learn CSS so well?

    • @MrZxcvbnm22
      @MrZxcvbnm22 3 роки тому

      @@briandesign Is it worth learning React? I'm a designer with basic notions of coding and programming (JS and PHP). But the website on the video is pretty easy to make using Webflow. I could build it in 2 hours... Without writing any code.

    • @briandesign
      @briandesign  3 роки тому

      @@MrZxcvbnm22 yeah you can build almost any static site with wordpress/webflow etc. so unless you are trying to do something that requires react or any coding language, then it would make sense to learn it. If you don't plan on using it ever, then I don't see why you would want to use it

    • @MrZxcvbnm22
      @MrZxcvbnm22 3 роки тому

      @@briandesign but whats th point of using react? (Serious question). Because now I'm using Webflow and I cant see the why. I'm building a concept web similar to Netflix. With the same interactions to see how far I could get and for now Webflow is enough.
      ps: You used 'static', 'Wordpress' and 'Webflow' on the same sentance... xD

  • @saidevla
    @saidevla 3 роки тому

    The most i like of your tutorials is you don't leave any case of doubt behind. I'm watching what you doing and at the moment that I stop and ask myself, what if i want to...? you say "and if you wanna try this, then you have to..." it's amazing. Thanks for all!

  • @carolinemendez2902
    @carolinemendez2902 3 роки тому +15

    Your React using Styled Components have been a life saver. Hoping you do an ecommerce type of website soon! Would love to see what you do with that style

    • @briandesign
      @briandesign  3 роки тому +6

      Thanks Caroline! Yeah I plan on making one in the future!

  • @hassasraf
    @hassasraf 3 роки тому +2

    I am love in with react after saw this video. Amazing content on youtube. I didn't saw this type of video on youtube yet.

  • @florianfevrier8321
    @florianfevrier8321 3 роки тому +14

    If you're images aren't loading and you have [object Module] in the src attribute, put .default after require() like that "require('../../img/svg-1.svg').default" it worked for me.

    • @flyingpolishmonk911
      @flyingpolishmonk911 3 роки тому

      It worked for me as well, thank you for the tip Florian !

    • @EdgarJRojasL
      @EdgarJRojasL 3 роки тому

      Thanks a lot man!!! You've solved my problem with the image.....

    • @sugammainali7069
      @sugammainali7069 3 роки тому

      You da best . Thanks for the help may u never get corona :-D lol

    • @amiraizin486
      @amiraizin486 3 роки тому

      Thank you !! It worked for me as well.

    • @DAWE12100
      @DAWE12100 3 роки тому

      Thank you!

  • @ViewsofZen
    @ViewsofZen 2 роки тому +1

    Took me a couple months to fully complete but I'm glad I did, got a lot of knowledge out of this tutorial

    • @OsundareToheeb
      @OsundareToheeb 2 роки тому

      Hi, nice to hear that, I wanna ask, do you have the same result as his??

  • @davidmchale3149
    @davidmchale3149 3 роки тому +11

    use: 'import styled from 'styled-components/macro'; and you'll get the styled component name on the class instead of just random div classes created by the styled-components package

    • @codeAlongwith
      @codeAlongwith 3 роки тому

      If this is placed in the style sheet then it will get a conflict due to the existance of import styled from 'styled-components'; ?

  • @isalvesilva
    @isalvesilva 2 роки тому

    thanks from Brazil, i'm glad that you just give us this full content for free.. at moment, i cant help with money but here is my thank you! I learn a lot with this video !!

  • @rolaunsvideos
    @rolaunsvideos 3 роки тому +28

    on the Styling hero section you forgot to include an ";" on z-index in the herocontainer, than you saved the file and (probably prettier) made the correction. Btw, i'm new here and i'm really enjoying react, thanks a lot man

  • @twiincentral8780
    @twiincentral8780 2 роки тому +1

    Thank you for starting the video with the end result! So many videos out there where you have to wait a very long time before you can even see what is being built. Liked and subscribed.

  • @theskipper9156
    @theskipper9156 3 роки тому +27

    You have solved my portfolio project issues xD

  • @songsonggaming814
    @songsonggaming814 2 роки тому +1

    Thansk for the tutorial, im learn alot about styled component in this video.. keep it up sir!!!!

  • @AnteZivkovic
    @AnteZivkovic 3 роки тому +1

    I love that we just go through the code and debug along the way. It really adds to realism!

  • @anthonyesmeralda9168
    @anthonyesmeralda9168 3 роки тому +3

    Yooo, your channel is an absolute blessing. Learning and coding react apps is a lot more enjoyable now.

  • @Akosiyawin
    @Akosiyawin 3 роки тому

    Bro, I've watched so many of your videos and just by looking at this design, I don't even need to watch this entire video at all to make this website, I think Im good enough to do all this by myself.

  • @user-gu2ib3bj6k
    @user-gu2ib3bj6k 3 роки тому +2

    i'm learning in Korea. I hope you continue to make tutorial like this.

  • @pluginadvice182
    @pluginadvice182 3 роки тому +6

    Great tutorial bro, I would love you to explain more in-depth when you are typing the CSS/Styled-Component because we don't see the effect right away. Just a suggestion for upcoming projects ;)

    • @briandesign
      @briandesign  3 роки тому +1

      yeah I changed the way I show it in my future videos, so it's much easier to follow along

    • @khaibarkbee4443
      @khaibarkbee4443 3 роки тому

      @@briandesign is there a chance that you can resolve the failed to compile before you start styling so that we can actually what is happening it would be much easier to follow Thanks

  • @christianfonseca5595
    @christianfonseca5595 3 роки тому +2

    I just want to say, you probably have the best tutorials Ive found! Thank you for the help!

    • @briandesign
      @briandesign  3 роки тому

      Glad you like them! Thanks Christian!

  • @ratul1125
    @ratul1125 3 роки тому +9

    Brilliant react project. Has a high level

  • @ranggaputrapertama705
    @ranggaputrapertama705 3 роки тому +1

    Thank you Brian you made my beginner step to website design become a lottt easier

  • @dreykim
    @dreykim 3 роки тому +3

    If I could give more than one thumbs up, I would !
    Amazing work.

  • @ken75319
    @ken75319 2 роки тому +1

    Thanks giving me some ideas of css styling, though I think the main concept of real styled-component is making it globally and sharing it, because styled-component could use multiple times and do nesting. Just watched halfway and felt like I am writing normal css. But thanks again, your work is well-design and full of nice ideas.

  • @consoledoterror971
    @consoledoterror971 3 роки тому +8

    1:21:06 The problem is that you didn't have semi-colon at the end of line 12. But after saving, prettier formatted the file and added semi-colon.

  • @dineshkumargiri1659
    @dineshkumargiri1659 3 роки тому +2

    Wow....this design is very attractive

  • @rishabhgupta5974
    @rishabhgupta5974 2 роки тому +3

    2:08:42 add .default in the end otherwise picture will not be shown in current version of js
    require(.../svg).default

  • @LasgCe
    @LasgCe 3 роки тому +1

    So .. I spent several hours watching your videos .. and well, I learned so much, thanks for taking the time and creating such long and informative videos

  • @yudhiesh1997
    @yudhiesh1997 3 роки тому +3

    Amazing website appreciate the work you put in to this video.

  • @baremetals
    @baremetals 2 роки тому

    Excellent video, I sat through the course and then paid for the design. I will be using it for my Landing page.

  • @christiandinata296
    @christiandinata296 3 роки тому +7

    What an amazing tutorial with neat explanations along the almost 4 hours there :)
    I was wondering if you could create a reactstrap website tutorial ?
    Appreciate it man!

    • @briandesign
      @briandesign  3 роки тому +5

      I'll check it out! thanks

    • @christiandinata296
      @christiandinata296 3 роки тому +1

      @@jegandranbalakrishnan6336 Hi there, yeah easy to follow and sure the same output. Is there any problem I could help?

    • @clashwithguts18
      @clashwithguts18 7 місяців тому

      bro provide the source code i need it urgently..send the github link

  • @aleximre3110
    @aleximre3110 2 роки тому

    This is a fantastic video, I'm using the template to build a website for my friend's small business!

  • @earthycoin
    @earthycoin 3 роки тому +10

    Brian coming up don't sleep. Love this man!

  • @MegaTommy105
    @MegaTommy105 Рік тому

    Goddammit Brian. I hate front-end work but you're making me start to like it :)

  • @Yr7tha
    @Yr7tha 3 роки тому +13

    Love your content bro. Can you teach how to add carousels in react? Automatic image sliders with its transition animations for the banner.
    Thanks for these awesome vidoes 👍

    • @Nathan-pu9um
      @Nathan-pu9um 3 роки тому

      yea man! a sldieshow react one would be great, ive managed to do it before but took the real long gravelly road to get there

    • @Imraann0
      @Imraann0 3 роки тому +1

      Dude there's tones of good packages out there

  • @fatma7368
    @fatma7368 Рік тому

    Brian you must raise up! thank you so much It's really helpful

  • @cameronarnold9214
    @cameronarnold9214 2 роки тому +12

    If you're having any issues with margins, instead of removing the App.css file, delete everything inside and replace it with *{margin: 0px; padding: 0px}. This will remove all default margins, and give you more freedom to work.

    • @darrienhuntley4473
      @darrienhuntley4473 2 роки тому

      not sure why not its not working, nothing in *{} is taking - please help

  • @hjmiranda6193
    @hjmiranda6193 3 роки тому +1

    I just finished the tutorial and it took me at least 3 days. Awesome tutorial and I love how you debug the problems! New subscriber here!

  • @Nathan-pu9um
    @Nathan-pu9um 3 роки тому +32

    if anyone having an issue with images, put the folder into public instead then in data: img: '/images/svg-1.svg'

    • @lifen8728
      @lifen8728 3 роки тому

      thanks a lot

    • @ricardoquirino3515
      @ricardoquirino3515 3 роки тому

      i am struggling with images, i tried to put image into folder public, but it's not worked for me. any Tip?

    • @Nathan-pu9um
      @Nathan-pu9um 3 роки тому

      @@ricardoquirino3515 make an images folder in public and put them in there

    • @ricardoquirino3515
      @ricardoquirino3515 3 роки тому

      @@Nathan-pu9um Thanks Nathan for help me, but it's not worked for me. i did it but i don't know why doens't work.

    • @thamsanqaj7137
      @thamsanqaj7137 3 роки тому +1

      @@Nathan-pu9um how are you... iam getting this error Module not found: You attempted to import /images/7335.jpg which falls outside of the project src/ directory. Relative imports outside of src/ are not supported.

  • @antattackBAM
    @antattackBAM 2 роки тому +2

    If you are using es6, the syntax has been updated from 'Switch' to 'Routes' and 'component' updated to 'element'. Instead of doing 'component={Component}', you now need to do 'element={}.

    • @ashimshrestha4004
      @ashimshrestha4004 2 роки тому

      Thanks bro. Was stuck at that point. Really appreciate the help.

  • @Theguywhoneverlived
    @Theguywhoneverlived 3 роки тому +10

    Had to type img: require('../../images/svg-1.svg').default, to get the img working. at about 2:17:00

    • @marlonrtt
      @marlonrtt 3 роки тому +1

      I imported the svg's in the top of the file as "import svg from "../../images/svg.svg". Also works.

    • @atharvaathalye
      @atharvaathalye 3 роки тому

      its still not working for me

    • @LiquidMasti
      @LiquidMasti 3 роки тому

      @@atharvaathalye it worked or not because I found the solution

    • @elvisstuffman9083
      @elvisstuffman9083 3 роки тому

      @@LiquidMasti whats the solution

    • @LiquidMasti
      @LiquidMasti 3 роки тому

      @@elvisstuffman9083 just store location path of image in veriable and call it from props. If you still didn't get it let me know I will give you coding example 🙂

  • @chaoticcitrus
    @chaoticcitrus Рік тому

    for anyone who would like to see the immediate effects of CSS as he types out, after writing out the tags, for ex:
    , write export const NavLogo = styled`` (just empty) and then import it in your index.js, then save. This way, as you type and save, you will see what he's doing

    • @chaoticcitrus
      @chaoticcitrus Рік тому

      write export const NavLogo = styled`` (just empty) in the NavbarElements

  • @ThrillerNotLive
    @ThrillerNotLive 3 роки тому +4

    If your CSS is not being formatted in your Elements.JS files, install the plugin "vscode-styled-components"

  • @aisha8601
    @aisha8601 2 роки тому

    Wow, you're amazing! This is the second video I came across of yours in the last hour and I'm deffo a subscriber now!! Can't wait to see what else you post!

  • @anythingfx8950
    @anythingfx8950 2 роки тому +5

    Hi Brian, your tutorials and design is awesome! Have one question, when you change navbar color with the addEventListener on scroll, shouldnt there be a cleanup function with that listener? And hows performance of that if you trigger that function on scroll? Any option for debounce? Thanks!

  • @abishek1997
    @abishek1997 3 роки тому +3

    Please do a personal-portfolio using React

  • @noname89636
    @noname89636 3 роки тому +1

    This video solved a lot of problems for me in my fullstack developer journey. Great video!

  • @josuearreola9998
    @josuearreola9998 3 роки тому +4

    Is there a way to donate? I just learned a lot and this deserves something, it's just amazing, thank you so much!

    • @briandesign
      @briandesign  3 роки тому +3

      Thanks Josue! you don't have to do that, but I do have the source code in the description that you could purchase if you wanted to support

  • @joeloftus6148
    @joeloftus6148 2 роки тому +2

    This is pretty much a great build. You pretty much covered a lot of stuff. You should pretty much keep making stuff like this! ;)

  • @tanjiankai1796
    @tanjiankai1796 3 роки тому +3

    Hi, May I know why at 28:20 the "margin-top" causes the navbar to disappear but at 1:41:45 the "margin-top" only move the video instead of the navbar?

    • @fireonyxiaz
      @fireonyxiaz 2 роки тому

      edit: the actual reason is cause of the Hero component, because it is under the navbar the negative margin top affects it (hero) instead of the navbar.
      It's just how negative margins are, very confusing.

  • @Willy.plu.g
    @Willy.plu.g 3 роки тому

    actually the best react video so far for me

  • @TheNamesJT
    @TheNamesJT 3 роки тому +5

    Its hard to visualize your styled components since he is teaching to create them first so its hard to understand what exactly the css is doing without being familiar with css and knowing things off by experience. Also, when he uses state inside the styled component and then adds said state as a prop then making the value the state is confusing as hell. Example in the navbar index.js file you see we have state which is scrollNav and we made a prop named scrollNav which value is the state this is confusing because thought you had to destructure in the component parentheses to make props? or add "props" inside the parentheses and do props.scrollNav or something. So, the function changeNav is being called each time a scroll event happens which then updates the state based on if the scroll is greater or equal to 80. I just don't understand the scrollNav prop and how he defined it without de-structuring or adding props to the parenthesis.

  • @OsundareToheeb
    @OsundareToheeb 2 роки тому

    I have not even watched this, but I know it's gonna be lit! I have subscribed too

  • @sofianekhalef
    @sofianekhalef 3 роки тому +4

    Hey thanks for the video but i have this issue:
    img:require('../../images/svg-2.svg'),
    not working
    please some help

    • @briandesign
      @briandesign  3 роки тому +3

      you could try adding the images to your public folder then just use
      img: './images/svg-2.svg',
      let me know if that works

    • @sofianekhalef
      @sofianekhalef 3 роки тому +1

      @@briandesign Perfectly worked thanks but one question why it didn't works with require method?

    • @luismeza6015
      @luismeza6015 3 роки тому +1

      @@briandesign ty Mr! u inspire me!

    • @dannyinformal
      @dannyinformal 3 роки тому

      @@briandesign no idea why, but this doesnt work

  • @caseyslastgram1733
    @caseyslastgram1733 3 роки тому +1

    Thanks for all you do man, I appreciate you walking through your errors makes it feel more authentic.

  • @ananthu5203
    @ananthu5203 3 роки тому +3

    svg not displaying from data js. showing this [object Module] content in src

    • @BankoleTomiVisuals
      @BankoleTomiVisuals 3 роки тому

      I'm experiencing the same issue.

    • @damjankar
      @damjankar 3 роки тому +1

      Just move the folder images in to public and then in data.js write this: img: '../../images/svg-1.svg' p.s.- DON'T USE REQUIRE!!!

    • @krababTurkey
      @krababTurkey 3 роки тому

      You should import svg files.

    • @soniyatirvir9176
      @soniyatirvir9176 3 роки тому +1

      @@damjankar Thanks yo

    • @damjankar
      @damjankar 3 роки тому

      @@soniyatirvir9176 you’re welcome :)

  • @Ruyjerko
    @Ruyjerko 2 роки тому

    Awesome tutorial! I think if you add to this video or make a part 2 with Firebase for the user login, I'm sure you will become #1 in UA-cam searches!. We all would love and learn a lot to see that

  • @abdallahalhissy1971
    @abdallahalhissy1971 3 роки тому

    really thank you Brian for helping us to be professional, my words aren't enough to thank you. Besides, I just finished creating this project step by step with you. Break a leg friend:)

  • @masadamsahid
    @masadamsahid 3 роки тому +2

    3:08:40
    The one of the alternative ways to insert the copyright logo in an html element is using © .
    Hope this may help you, guys.
    Btw, it's a very helpful tutorial, Brian. It's very helping me to understand and practice how to use styled components.
    I'm waiting for your next works and tutorials. 😀👍

  • @rahimabdul9607
    @rahimabdul9607 Рік тому

    2:49:58 , I found it on stack overflow. Switch has now changed to Routes if you are using the latest version and also for needs to be changed to element={}, same thing for the signin page

    • @briandesign
      @briandesign  Рік тому

      I made two new react navbar videos using the latest update too if you wanted to see it in a separate video

  • @bharatsinghrajawat7922
    @bharatsinghrajawat7922 3 роки тому

    I watched 4 minute of video and can't stop to comment dude this is what we need tnx for video and keep it up . Now i can continue to video ...

  • @nestor-martinez
    @nestor-martinez 2 роки тому

    Brian, you're an inspiration. Thank you for putting out this awesome content; sat here all morning learning all this new stuff. Subbed!

  • @drewkwabs
    @drewkwabs 3 роки тому +2

    Amazing React tutorials. I love them. They're very easy to understand. Thank you.

  • @coding_den
    @coding_den 3 роки тому

    You are literally the best programming channel on youtube.

  • @salahhatem4601
    @salahhatem4601 2 роки тому

    So Underrated it's insane
    Thanks man you deserve much more keep it up

  • @ioannisme7495
    @ioannisme7495 3 роки тому

    i am knew in react so i don't know yet if your tutorial is good...but i have to say that your UI skills are top!! very beautiful web site!

  • @mikebotkin9094
    @mikebotkin9094 3 роки тому

    Hi! I've came here after your video about Navbar and trying find the way to work with "Hamburger". And looks like that I did it. Thank you for all these work that you've done.

  • @mekelilyasa9561
    @mekelilyasa9561 3 роки тому

    3:17:26 you must be so tired here, huge respect for your content man! I really appreciate it

  • @ghislainleonel7291
    @ghislainleonel7291 3 роки тому +1

    Thanks sir. I owe you much for this invaluable knowledge you are sharing for free

    • @briandesign
      @briandesign  3 роки тому

      Thanks Ghislain!

    • @clashwithguts18
      @clashwithguts18 7 місяців тому

      bro just provide me the code i need it urgently ..just ping the git

  • @matej1228
    @matej1228 3 роки тому +1

    Really amazing work man, I recently created my first mern project to show employers and next was thinking about making portfolio page, this video is inspiring, might create something similar, looking forward to see how you solved some parts! Cheers

  • @user-nu2qo2pi9m
    @user-nu2qo2pi9m 3 роки тому +1

    You make a good website !! Learn so much new from your videos, very want to see in a future tutorial on vue js.

  • @talk2karima
    @talk2karima 3 роки тому

    this is the best youtube react tutorial. Please keep it up..

  • @thejoker7874
    @thejoker7874 3 роки тому +1

    Awesome website and awesome teaching process. I really loved it.

  • @gdlmsn
    @gdlmsn 3 роки тому +1

    Great video tutorial! Seriously the effort you've put in creating this content is second to none! Great Job mate!

    • @briandesign
      @briandesign  3 роки тому

      Thanks Giulio! you can search undraw . co for those svgs

  • @cschangg
    @cschangg 3 роки тому

    i'm newer and this is a masterpiece for me, thank you very much

  • @snkamleshvishnoi9328
    @snkamleshvishnoi9328 2 роки тому

    great, now i have ms office activated, superb tutorial!!!

  • @stillready6405
    @stillready6405 3 роки тому

    Just out of curiosity. As far I know it isn't good practise to have duplicate links on a site, such as a "second" mobile menu. My approach would be to transform the already established menu for "desktop" and change it based on media queries for mobile devices. On the other hand SEO and React aren't probably the biggest concern when building an app.
    But that beeing said, I really liked the tutorial! The website looks amazing and the teaching is really good, further the time stamps are really neat!

  • @maskman4821
    @maskman4821 3 роки тому +2

    This is a fucking cool web page with fantastic animations !!!

  • @heyjitendra
    @heyjitendra 3 роки тому

    Thank you for igniting interest in me for Development. I am trying my best to learn and make cool stuff...❤️
    Thanks for the tutorial.

  • @johnconnor9787
    @johnconnor9787 2 роки тому

    Great example styled components usefullness. Thank you, before that I just thought that it only adds complexity, and why not just to use plain css, or css modules

  • @pavanrameshghate5416
    @pavanrameshghate5416 3 роки тому

    thanks brian you helped me with my final year project

  • @davifreire833
    @davifreire833 3 роки тому

    I am using your videos to upgrade my projects. Thank you.

  • @vanhungnguyen7543
    @vanhungnguyen7543 2 роки тому

    This is a great and detailed tutorial for beginners, thank you so much..