thank you so much, Landon, final projects is also a reason for me to try and use different IDE 🙂 it's so exciting to reach the end of the course and start building live working projects
mann thank you so much as a complete beginner freeCodeCamp doesn't help me understand Reacy as a whole with this project you helped me brother, all love from India fam
Thanks for telling me to check the deploy logs, for some reason my npm install react-icons didn't work and so it wasn't on the dependencies in the tsconfig.json file. All fixed now. Thank you again for another great tutorial :)
Oh yay! This was perfect timing! I'm just starting my project, I noticed your older video but I'm going to follow this new-up to date one. I passed five of the tests, but got stuck...go figure. Thank You for helping!
You fill me with joy! I hope you learned a lot. I'm curious... what tools have you used before buidling this? Have you used VS code, NodeJs, Git, Github, or Netlify before?
man i just noticed your old freecodecamp solution videos they are damm helpful and love your explanation thank you for helping 💖! by the way can you please make tutorials for projects too (js or react projects)??
Well, thank you! I will definitely make project based tutorials in the future... maybe even as a course on Udemy. Right now though, I'm thinking I'm going to do a vlog about my journey making a speed typing web application. So look out for those, not sure when I'll release it.
Thank You Landon. I finished the first 3 certs on FCC and was hoping this would be easy compared to Javascript. Free Code Camp should start with Git and the Terminal so when you get to this point you don't feel completely lost like me, lol.
@@landonschlangen I agree. However to review future required learnings seems a little better than none. Would love for one of your consice videoes for this very important step. Feels like I found the front door finally but have no keys. (banging on door)
@@landonschlangen Thanks Landon! I spent the last 2 days learning Git /bash/ GitHub ... I'm a big fan and can't thank you enough for teaching me a bunch of the /Development Environment./ Thank You!!!
Hey Landon, sorry again, what do you do if netlify keeps on giving you this message, "Authentication Error Authenticating failed due to the following error: We already have a registered user with this email address. Log in to connect your GitHub account." . Any recommendations because I have been stuck on this problem for 2 days.
@@kaiwilder100 So it seems you clearly already have an account on Netlify. Try doing forgot password maybe? Then once you're logged in, connect your github
Hi bro... Thank you for this piece. I've been following your teachings, and they're really impactful. I tried uploading my files to Github, but it uploads only the README file which some instructions. I've tried to get past that but all to no avail. Please can you assist? I'm stuck 🙏
So I followed everything to the letter then when it came to uploading it asked me for my login in I did then it uploaded but only the src folder is in the repository no assets nothing, and when I try to push the code again nothing is happening help
Interesting question. At this point, I feel like bootstrap is washed and outdated. If I was going to use somekind of styling framework, it'd be tailwindcss with daisyui or shadcn. I'm glad I can help!
This is a great tutorial, but man, I'm just trying to integrate what I've learned in the course. I had to stop watching when you threw in typescript. Not that I won't learn that later, but again, I'm just trying to integrate what I learned in the course. Thank you for the tip about Vite though.
Because Typescript will look better on Resumes. Also it helps with understanding JavaScript at a deeper level. The positives outweigh the negatives on this one
Thanks man! my first ever React project completed thanks to you!
thank you so much, Landon, final projects is also a reason for me to try and use different IDE 🙂 it's so exciting to reach the end of the course and start building live working projects
Thanks for this tutorial! Very well explained. I've never wrote TypeScript before, so this was great to learn along the way.
Thank you for sharing your experience!!
mann thank you so much as a complete beginner freeCodeCamp doesn't help me understand Reacy as a whole with this project you helped me brother, all love from India fam
Thank you Landon it helped me a lot to develop my project
Thanks for telling me to check the deploy logs, for some reason my npm install react-icons didn't work and so it wasn't on the dependencies in the tsconfig.json file. All fixed now. Thank you again for another great tutorial :)
Oh yay! This was perfect timing! I'm just starting my project, I noticed your older video but I'm going to follow this new-up to date one. I passed five of the tests, but got stuck...go figure. Thank You for helping!
You fill me with joy! I hope you learned a lot. I'm curious... what tools have you used before buidling this? Have you used VS code, NodeJs, Git, Github, or Netlify before?
Please I’m stucked at 15:02
I don’t know how you changed your node terminal to powershell terminal before installing the npm icons
Ctr + c stops the server
you're awesome Landon!!! Thank you so much for helping me
No problem!
man i just noticed your old freecodecamp solution videos they are damm helpful and love your explanation thank you for helping 💖! by the way can you please make tutorials for projects too (js or react projects)??
Well, thank you! I will definitely make project based tutorials in the future... maybe even as a course on Udemy. Right now though, I'm thinking I'm going to do a vlog about my journey making a speed typing web application. So look out for those, not sure when I'll release it.
You are awesome! Thanks for this tutorial, jam packed with useful stuff!
You're welcome!
Thank You Landon. I finished the first 3 certs on FCC and was hoping this would be easy compared to Javascript. Free Code Camp should start with Git and the Terminal so when you get to this point you don't feel completely lost like me, lol.
Maybe that would be better. Not sure how beginner friendly that would be tho
@@landonschlangen I agree. However to review future required learnings seems a little better than none. Would love for one of your consice videoes for this very important step. Feels like I found the front door finally but have no keys. (banging on door)
@@labombarde1 Nice analogy!
@@landonschlangen Thanks Landon! I spent the last 2 days learning Git /bash/ GitHub ... I'm a big fan and can't thank you enough for teaching me a bunch of the /Development Environment./ Thank You!!!
I’m at 4:20 and when i run “npm run dev” it says “> random-quote-machine@0.0.0 dev
> vite
sh: vite: command not found”. Stackoverflow isn’t helping
You have to do npm install first. Either that or you need nodejs installed.
@@landonschlangen they’re both installed I checked with node -version and npm -version
@@ajm7318 After you create the project with npm create vite@latest, you need to cd into your project and do npm install in the terminal.
@@landonschlangen thanks I figured it out. I kept getting stuck so many times just trying to set it up I feel so stupid 😣
@@ajm7318 Hey, I'm sure you learned a lot in the process, so it's not all bad. Glad you got it!
your explanation is top notch thank you❤
38:53 im stucked here. It’s showing the term git is not recognized. I have successfully intalled git
might have to add git to your path or simply restart your terminal
You can also use the git bash terminal it comes with
@@landonschlangen I’m sorry Landon you have been so inspiring I’m sorry I still don’t know how to to add git to the path directory
@@DoctorTMG Maybe some other TH-cam tutorial can help with that
Bro is there any other way of uploading the project to freecodecamp since i have already used the free hosting limit
Erm, you could possibly try using codepen. Just make sure Javascript is set to react and do some experimenting until it works.
Hi Landon, can you please explain how you end the server at 15:08 (preferable on keyboard).
I do ctr + c
Thank you, I already figured it out, I used chatgbt to help me, thanks for replying though.
Hey Landon, sorry again, what do you do if netlify keeps on giving you this message, "Authentication Error
Authenticating failed due to the following error: We already have a registered user with this email address. Log in to connect your GitHub account." . Any recommendations because I have been stuck on this problem for 2 days.
@@kaiwilder100 So it seems you clearly already have an account on Netlify. Try doing forgot password maybe? Then once you're logged in, connect your github
Still nothing
for me its throwing an error when i use the return Math.floor.....etc statement although my quotes are of the type array
great one mate😃
Thank you so much!! bro😊This help me alot
Hi bro... Thank you for this piece. I've been following your teachings, and they're really impactful. I tried uploading my files to Github, but it uploads only the README file which some instructions. I've tried to get past that but all to no avail. Please can you assist? I'm stuck 🙏
Make sure to do git add . before committing
That worked 💪. Thanks man
@@dhelgado6220 Nice!
So I followed everything to the letter then when it came to uploading it asked me for my login in I did then it uploaded but only the src folder is in the repository no assets nothing, and when I try to push the code again nothing is happening help
You were in the src folder when you did "git init" I would delete your repository and try again. do cd ../ to go up a level, then do git init
@@landonschlangen oh I do cd.. / in the terminal?
@@dumieleo3288 Yeah, in the shell
Thanks all sorted onto the next challenge your videos are so helpful
I really like Your work, thanks! I am curious why You didn't use Bootstrap for styling this time? Thank You for helping!
Interesting question. At this point, I feel like bootstrap is washed and outdated. If I was going to use somekind of styling framework, it'd be tailwindcss with daisyui or shadcn. I'm glad I can help!
For some reason, I can't deploy this on Netfly. I am doing all the steps.
How come, what's it saying?
@@landonschlangenNo worries, i solve it. Cheers
Have you done one in Python?
Done what in python?
Quote generator, similar to this. Instead of json
@@anthonyaguilar4727 No I haven't because I don't think it'd be easy to have a graphical user interface like it is with HTML and Javascript.
@@landonschlangen gotcha, that makes sense
thaaaaaanks
You're wellllllcome
This is a great tutorial, but man, I'm just trying to integrate what I've learned in the course. I had to stop watching when you threw in typescript. Not that I won't learn that later, but again, I'm just trying to integrate what I learned in the course. Thank you for the tip about Vite though.
Ok, but TypeScript is basically just JavaScript tho. It's easy
@@landonschlangen introducing something completely new that wasn't covered in the course, however easy, is confusing.
@@landonschlangen I don't know why you wouldn't have just stuck to plain javascript like what was covered in the fcc coursework.
Because Typescript will look better on Resumes. Also it helps with understanding JavaScript at a deeper level. The positives outweigh the negatives on this one