Hey man I just want to say thank you so much for uploading videos like this! A few months back I was struggling to build websites by myself and felt kinda stuck watching endless tutorials and not really taking stuff in properly. The secret I suppose is to take the information from these videos and just build things on your own. I can now say that I am a lot more independent as a lot of the content you upload has been super informative and whenever I watch I keep having a lot of 'light bulb' moments and something in my head is like ahh that makes total sense now lol. Anyone that is reading this if you haven't already, I suggest having a go at the free Frontend Mentor or Frontend Practice projects and just working through them on your own, even if you start to feel frustrated and stuck I assure you you'll retain knowledge so much easier by finding stuff out for yourself.
@SvetaSveta-ms4hi2 жыл бұрын
3 minutes in I already know you're gonna knock it out of the park with this project. Love this channel so much. Truly life-changing. Thanks for sharing your knowledge and experience with us. ❤️
@mosesnandi2 жыл бұрын
Traversy...this was super sweet...such a smooth tutorial. Even more important was when you acknowledged the tips you got from some of your viewers. Or the fact you had to check the button animation from the SpaceX website because you haven't done it before...and you mentioned that..You could have just stayed quiet but you didn't. Superb! ...Those qualities are rare in this industry.
@jesse40112 жыл бұрын
Thank you so much for these. I know many of us really do appreciate these and learn so much from then. Thank you for all that you do.
@amanashra16072 жыл бұрын
Amazing Sir , i have watched your whole HTML & CSS playlist it gives so much confidence to me as a front end Developer
@ztcanada_12 жыл бұрын
Helpline 📲📩 QUESTIONS CAN COME IN☝️⬆️ ⬆️....
@janisdregeris2 жыл бұрын
Thanks Traversy for your content, time spent on it. I must say I have learned a lot from your channel and found Web Dev position in IT field and cant stop learning from You. Thanks and happy coding :)
@mbm60482 жыл бұрын
Haven't even watched but I know it's gonna be a banger.keep it up brad
@luisbranco40602 жыл бұрын
Wow! It works! The first time i tried it took forever to activate and when I disabled my antivirus it worked like in less than a minute! Thanks bro!
@techwithbekas2 жыл бұрын
Thanks brad, just another amazing clone website with an amazing instructor .
@almirk.4792 жыл бұрын
Great video man , thanks a lot, i really like these clone projects. I wish you all the best
@ashik_moosa2 жыл бұрын
I liked the video before watching 😅 Knows you will deliver something solid everytime
@spaceorbust66362 жыл бұрын
The video is about 2 hours long and you stepped through all the code, but I'm just curious, how much work did it take you to actually code all this before even getting to the video production part? You clearly had all these topics ready to go, were well rehearsed, etc.
@tensegamer15392 жыл бұрын
i love your courses and im so glad i came across you on udemy
@neutrallane2 жыл бұрын
Nice one Brad. For me I am in love with responsive nav bars. This was super cool for me 🤩🤩🤩🤩🤩
@reggiebdog Жыл бұрын
Wonderfully made and presented! I really get so much from your videos.
@robertzohrabyan3316 Жыл бұрын
Please continue to build this website, thank you very much
@DireSwift Жыл бұрын
Great video as always! I like going through these clones to see how others go about structuring their projects. Just shy of 2 hours in but I wanted to share the changes I made to the countUp function to account for the larger numbers on spacex now and to slow it down near the end like their counter does: function countUp() { counters.forEach((counter) => { counter.innerText = '0'; let updateTime = 1; const updateCounter = () => { // Get count target const target = +counter.getAttribute('data-target'); // Get current counter value const currentValue = +counter.innerText; // Calculate distance between current value and target const distance = target - currentValue; // Calculate increment based on distance let increment = distance / 100; if (increment < 1) { increment = 1; } if ((currentValue / target) > .97){ updateTime = 100; } if (currentValue < target) { // Round up and set counter value counter.innerText = `${Math.min(Math.floor(currentValue + increment), target)}` setTimeout(updateCounter, updateTime); } }; updateCounter(); }); }
@ilikelearning64272 жыл бұрын
Yes,back to the roots! Great job Brad, I've watched dozens of your HTML/CSS videos and Udemy tutorials yet I am still smiling whenever you upload a video with HTML/CSS tutorial
@jonathonkiner74152 жыл бұрын
I get so excited when i see videos like this haha.
@sanjaybatak35492 жыл бұрын
Thank You Traversy. You are a Legend, I hope you know that!!
@RockstahRolln2 жыл бұрын
GREAT content as always!! Looking forward to giving this a go later! Thank You!!
@DonGabby0072 жыл бұрын
Dope clone! Nice video production. Loving your videos...
@gagansinghbatth56049 ай бұрын
Really appreciate your work and unbiased view point share by you out of your heart...
@KylePrinsloo2 жыл бұрын
This should've been sponsored by Elon Musk man 😂 what an amazing walk-through!
@alvirarahman15592 жыл бұрын
Love it as usual Brad, can you please do more Angular videos? Especially project for beginners?
@igweachijesseobinna45842 жыл бұрын
We love u brad thank you for this
@igweachijesseobinna45842 жыл бұрын
@WhatsApp±1217𝟽𝟻𝟶𝟹𝟹33 Traversy Medi Good day brad my name Jesse I must say I've you've really blessed me with all of your videos I've watched
@emil44832 жыл бұрын
Hi Brad (and everyone else having a problem with the lack of autocompletion in their css), all through the 'PostCSS Language Support' extension - automatic language detection opens css files via this extension, which appears to natively have no autocompletion. You can manually change PostCss to Css in language detection (in the vs code window, at the bottom, next to the information about port, prettier, etc.)
@ztcanada_12 жыл бұрын
Helpline 📲📩 QUESTIONS CAN COME IN☝️⬆️ ⬆️...
@HypeHarborHub2 жыл бұрын
Always impressed, done a lot of the clones and always learn something new. Do you use any tools to help you get the logos and images for these clones? Would like to practice by cloning other websites on my own.
@KingZuluKing Жыл бұрын
Amazing job, really, can you please continue building this website it is very interesting
@sadique_x_2 жыл бұрын
Life changing channel💯❤✅
@abualmaruf8901 Жыл бұрын
Thank You . Learn a lot from bangladesh
@EricShans2 жыл бұрын
great content as always Brad!
@alesmahoney73682 жыл бұрын
Thanks Brad. You are awesome❤
@SergioOlivieri892 жыл бұрын
It wrould be imteresting to see a clone creation like this but with web accessibility in mind!!
@JefrusOk Жыл бұрын
The hover effect on the menu items is really cool. How does it translate to mobile devices where you cant hover? Does that mess it up? Would you need to redesign it to work on mobiles?
@souravray7448 Жыл бұрын
Thanks man for your wonderful content.
@amanashra16072 жыл бұрын
Brad Sir ,I want to ask one thing that when we scroll up that navbar is going to combined with whole page we can do to ..don't happen this
@filipevalentegomes23832 жыл бұрын
Pretty cool, would love to see GSAP with react. There aren’t many videos on KZbin about that
@frockygarcia20042 жыл бұрын
Hi brad, I saw a page on fb that uses your intro. Is it okay?
@benacker85252 жыл бұрын
Disable PostCSS extension and your autocomplete in CSS will work
@nisa-wk7gm2 жыл бұрын
great work as always. do you have any idea of the issue with the scrollbar when the side menu is open? overflow:hidden makes the scrollbar disappear, which changes the position of the hamburger button.
@manindra5022 жыл бұрын
I have one doubt, Can't we get html & css from browser inspect tools
@ztcanada_12 жыл бұрын
Helpline 📲📩 QUESTIONS CAN COME IN☝️⬆️ ⬆️..
@robertzohrabyan33166 ай бұрын
How can I add a submenu with dropdown arrow for both mobile and desktop menus?
@augustuscaeser89392 жыл бұрын
if its a rocket ship website, youd think theyd animate the rocket ship to lift off and go up as you are scrolling through the page
@shayanhdry62242 жыл бұрын
hi brad your tutorials are great. I have a question from you . I know front end materials also react js but for back end what do you suggest? I know C sharp and javascript good so between asp.net core and node js which one you suggest to learn ? and is it better as a front end developer find a job then start to learn back end or first become a full stack developer and then find a job for back end or full stack developer positions?
@ztcanada_12 жыл бұрын
Helpline 📲📩 QUESTIONS CAN COME IN☝️⬆️ ⬆️...
@bipuljha7922 жыл бұрын
Thanks a lot Brad for this. This has to be one of the most challenging project I've made following you. However, I often thought about why and how we're using the position property like why section is positioned as relative and section-inner as relative and not the other way around. Can anyone please help me with this? Even a reference from where I could read in depth about this will be very much appreciated. Thanks Keep up the good work, Cheers!
@richardwilliam70302 жыл бұрын
Hey Brad I'm waiting for your react native course And probably golang course on udemy. I will pay a million for that😌
@FrankSmith-nq9tw Жыл бұрын
When you want to split flex items, you use margin, why not use column-gap?
@naczelnypsycholog62962 жыл бұрын
why you don't use rem and em just px ? 😝
@FascalRanky2 жыл бұрын
Thanks, looks great.
@abubakaryasin86102 жыл бұрын
This is the best project 👋
@dalziboy Жыл бұрын
Can you make a tutorial for GSAP? PLEASE it would be very useful. Love your work, keep it up!
@stephanemo21352 жыл бұрын
Waow, great, great, (great) content. Thanx a lot.
@schoolbeans29682 жыл бұрын
Hey, what's the theme for your vscode ? It looks amazing !
@alirezabarzeh27812 жыл бұрын
Please make a Django project with Celery and teach it, for example, the types of tasks Celery can write, because I can't understand Celery at all, I couldn't find a proper tutorial with Celery either.
@harry40882 жыл бұрын
Hey Brad can u tell me u r vscode font settings please !
@hassaneoutouaya2 жыл бұрын
Thank you so much Mr !
@DmitrySafarov10 ай бұрын
Great course!
@TayambaMwanza2 жыл бұрын
SpaceX is using angular right?
@adilkevin62202 жыл бұрын
Please create a clone application using react js for the below application 1)Teams 2)twitter 3)udemy 4)KZbin 5)Facebook 6)Chatbot application 7) Stock Exchange application 8)Google Maps
@yorokobi94982 жыл бұрын
Bruh
@jonathan-30082 жыл бұрын
Clever programmer has already done most of those, also Javascript Mastery
@adilkevin62202 жыл бұрын
@@jonathan-3008 can you ping me the URL?
@iamhassanhashmi2 жыл бұрын
Amazing ♥️
@iamhassanhashmi2 жыл бұрын
Scaaaaaaaaam scaaaaaaam scaaaaaaam and Use the name or traversy media #traversy media @traversy media
@ismoiljonabduqahhorov58252 жыл бұрын
What if we do transparent text "REWATCH" button on hover ?
@ztcanada_12 жыл бұрын
Helpline 📲📩 QUESTIONS CAN COME IN☝️⬆️ ⬆️...
@nikhuge65802 жыл бұрын
Hi mr traversy ….can you do a full stack video on vuejs and express…..
@isaacjon2 жыл бұрын
Brad thank you bro
@mohammedabdulaziz36582 жыл бұрын
Excellent SIR
@proribrajokproribrajok77892 жыл бұрын
Do i need problem solving skill for web development?
@ztcanada_12 жыл бұрын
Helpline 📲📩 QUESTIONS CAN COME IN☝️⬆️ ⬆️....
@novavidanovocomeco9572 жыл бұрын
thank you so much , it worked
@vinaypatil80092 жыл бұрын
Sir please make same kind of project building video's with Reactjs also.
@Arabian_Abomination2 жыл бұрын
Thanks Brad, Elon Musk should hire you :)
@untildev85302 жыл бұрын
34:27 34:32 me everytime i open my vs code
@cavidanbagiri78372 жыл бұрын
We Stand With Ukraine. Firstly oblige Ukraine for fighting with brothers->Russians, then we stand. Suka America. Traversy Thanks for everything
@999NRG2 жыл бұрын
can you clone apple’s website next?
@ztcanada_12 жыл бұрын
Helpline 📲📩 QUESTIONS CAN COME IN☝️⬆️ ⬆️...
@KomalMYM Жыл бұрын
1:04:59
@frank-il3zm2 жыл бұрын
nice bro
@uchubiloemmanuel3422 жыл бұрын
Please can you make a Dart crash course.
@jabezahouansou80242 жыл бұрын
WoW !
@dragonreborn21412 жыл бұрын
In Start Counter JavaScript part, I didn't need to to add flags in this code: `window.addEventListener('scroll', () => { const scrollPosition = window.scrollY; if (scrollPosition > 100) { countUp(); } else if (scrollPosition < 100) { resetCounter(); } })` And it works as intended, shows counter when I scroll down and resets it when I scroll up. I had no need for scrollStarted()
@beomseok59572 жыл бұрын
Helpline📲📥⬆️ Question can come in⬆️..
@tsamansumbane23182 жыл бұрын
Best teacher
@alexandernewland74202 жыл бұрын
Anyone else having a problem with the increment variable?
@ztcanada_12 жыл бұрын
Helpline 📲📩 QUESTIONS CAN COME IN☝️⬆️ ⬆️...
@hb20007 Жыл бұрын
You can just set the increment to 1: _const increment = 1;_ And you won't need Math.ceil(). The result is exactly the same.
@mylesprospero81052 жыл бұрын
You sound like Improvement Pill
@twoplustwoequals57332 жыл бұрын
quite funny that SpaceX wants to put ppl on The Moon and Mars, but they have kind of amateur website xD
@swapnildhiman20322 жыл бұрын
Thankyou sir
@HankTheTankCoding2 жыл бұрын
First here Sir ❤️
@andresgarciaalves Жыл бұрын
Awesome
@bikramchettri94052 жыл бұрын
Cool
@hatsapp89662 жыл бұрын
The rich stay rich by spending like the poor and investing without stopping then the poor stay poor by spending like the rich yet not investing like the rich
@tarnow12362 жыл бұрын
I countlessly share my experience with co-workers at work, on how I made $23,000 from $2,000 in 21days of trading
@isabellakate34292 жыл бұрын
I just looked him up on google and he's a licensed broker, I am contacting him right away, thanks
@irenestokes2112 жыл бұрын
Pᵣₒmₒˢᵐ
@kevinschulz97702 жыл бұрын
I dont know, watching a guy just code, writing without explaining anything is boring and less educational than you might Expect.