Random Quote Machine (Solution) | FreeCodeCamp

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ม.ค. 2025

ความคิดเห็น • 73

  • @fxspartans9447
    @fxspartans9447 3 หลายเดือนก่อน +1

    Thanks man! my first ever React project completed thanks to you!

  • @sivanyamurayama5523
    @sivanyamurayama5523 4 หลายเดือนก่อน

    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

  • @Brightonize
    @Brightonize ปีที่แล้ว

    Thanks for this tutorial! Very well explained. I've never wrote TypeScript before, so this was great to learn along the way.

  • @leabatti
    @leabatti 15 วันที่ผ่านมา +1

    Thank you for sharing your experience!!

  • @thugnasty9695
    @thugnasty9695 ปีที่แล้ว

    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

  • @MessalaSeverus
    @MessalaSeverus 7 หลายเดือนก่อน

    Thank you Landon it helped me a lot to develop my project

  • @foofoo17
    @foofoo17 ปีที่แล้ว

    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 :)

  • @crystalvigneau9393
    @crystalvigneau9393 ปีที่แล้ว

    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!

    • @landonschlangen
      @landonschlangen  ปีที่แล้ว

      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?

  • @DoctorTMG
    @DoctorTMG 11 หลายเดือนก่อน

    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

    • @landonschlangen
      @landonschlangen  11 หลายเดือนก่อน +1

      Ctr + c stops the server

  • @wilson-here
    @wilson-here ปีที่แล้ว

    you're awesome Landon!!! Thank you so much for helping me

  • @DEVSTUDIO-y6z
    @DEVSTUDIO-y6z ปีที่แล้ว +1

    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)??

    • @landonschlangen
      @landonschlangen  ปีที่แล้ว +2

      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.

  • @m_shakes
    @m_shakes 7 หลายเดือนก่อน

    You are awesome! Thanks for this tutorial, jam packed with useful stuff!

  • @labombarde1
    @labombarde1 ปีที่แล้ว

    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
      @landonschlangen  ปีที่แล้ว +1

      Maybe that would be better. Not sure how beginner friendly that would be tho

    • @labombarde1
      @labombarde1 ปีที่แล้ว

      @@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
      @landonschlangen  ปีที่แล้ว +1

      @@labombarde1 Nice analogy!

    • @labombarde1
      @labombarde1 ปีที่แล้ว

      @@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!!!

  • @ajm7318
    @ajm7318 ปีที่แล้ว

    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

    • @landonschlangen
      @landonschlangen  ปีที่แล้ว

      You have to do npm install first. Either that or you need nodejs installed.

    • @ajm7318
      @ajm7318 ปีที่แล้ว

      @@landonschlangen they’re both installed I checked with node -version and npm -version

    • @landonschlangen
      @landonschlangen  ปีที่แล้ว

      @@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.

    • @ajm7318
      @ajm7318 ปีที่แล้ว

      @@landonschlangen thanks I figured it out. I kept getting stuck so many times just trying to set it up I feel so stupid 😣

    • @landonschlangen
      @landonschlangen  ปีที่แล้ว

      @@ajm7318 Hey, I'm sure you learned a lot in the process, so it's not all bad. Glad you got it!

  • @lemijebessa7964
    @lemijebessa7964 7 หลายเดือนก่อน

    your explanation is top notch thank you❤

  • @DoctorTMG
    @DoctorTMG 11 หลายเดือนก่อน

    38:53 im stucked here. It’s showing the term git is not recognized. I have successfully intalled git

    • @landonschlangen
      @landonschlangen  11 หลายเดือนก่อน

      might have to add git to your path or simply restart your terminal

    • @landonschlangen
      @landonschlangen  11 หลายเดือนก่อน

      You can also use the git bash terminal it comes with

    • @DoctorTMG
      @DoctorTMG 11 หลายเดือนก่อน

      @@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

    • @landonschlangen
      @landonschlangen  11 หลายเดือนก่อน

      @@DoctorTMG Maybe some other TH-cam tutorial can help with that

  • @coding_infinity
    @coding_infinity 7 หลายเดือนก่อน +1

    Bro is there any other way of uploading the project to freecodecamp since i have already used the free hosting limit

    • @landonschlangen
      @landonschlangen  7 หลายเดือนก่อน

      Erm, you could possibly try using codepen. Just make sure Javascript is set to react and do some experimenting until it works.

  • @kaiwilder100
    @kaiwilder100 ปีที่แล้ว

    Hi Landon, can you please explain how you end the server at 15:08 (preferable on keyboard).

    • @landonschlangen
      @landonschlangen  ปีที่แล้ว +1

      I do ctr + c

    • @kaiwilder100
      @kaiwilder100 ปีที่แล้ว +1

      Thank you, I already figured it out, I used chatgbt to help me, thanks for replying though.

    • @kaiwilder100
      @kaiwilder100 ปีที่แล้ว

      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.

    • @landonschlangen
      @landonschlangen  ปีที่แล้ว

      @@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

    • @kaiwilder100
      @kaiwilder100 ปีที่แล้ว

      Still nothing

  • @juveriakhan2295
    @juveriakhan2295 ปีที่แล้ว

    for me its throwing an error when i use the return Math.floor.....etc statement although my quotes are of the type array

  • @SportsMode-et7gm
    @SportsMode-et7gm ปีที่แล้ว

    great one mate😃

  • @goatssi
    @goatssi ปีที่แล้ว

    Thank you so much!! bro😊This help me alot

  • @dhelgado6220
    @dhelgado6220 ปีที่แล้ว +1

    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 🙏

  • @dumieleo3288
    @dumieleo3288 ปีที่แล้ว

    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

    • @landonschlangen
      @landonschlangen  ปีที่แล้ว +1

      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

    • @dumieleo3288
      @dumieleo3288 ปีที่แล้ว

      @@landonschlangen oh I do cd.. / in the terminal?

    • @landonschlangen
      @landonschlangen  ปีที่แล้ว +1

      @@dumieleo3288 Yeah, in the shell

    • @dumieleo3288
      @dumieleo3288 ปีที่แล้ว +1

      Thanks all sorted onto the next challenge your videos are so helpful

  • @JanWójcik-l2p
    @JanWójcik-l2p ปีที่แล้ว

    I really like Your work, thanks! I am curious why You didn't use Bootstrap for styling this time? Thank You for helping!

    • @landonschlangen
      @landonschlangen  ปีที่แล้ว +1

      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!

  • @albertoverissimo2790
    @albertoverissimo2790 ปีที่แล้ว

    For some reason, I can't deploy this on Netfly. I am doing all the steps.

  • @anthonyaguilar4727
    @anthonyaguilar4727 10 หลายเดือนก่อน

    Have you done one in Python?

    • @landonschlangen
      @landonschlangen  10 หลายเดือนก่อน

      Done what in python?

    • @anthonyaguilar4727
      @anthonyaguilar4727 10 หลายเดือนก่อน

      Quote generator, similar to this. Instead of json

    • @landonschlangen
      @landonschlangen  10 หลายเดือนก่อน +1

      @@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.

    • @anthonyaguilar4727
      @anthonyaguilar4727 10 หลายเดือนก่อน

      @@landonschlangen gotcha, that makes sense

  • @ordinarypablo
    @ordinarypablo ปีที่แล้ว

    thaaaaaanks

  • @GodbreadGilfredBiago
    @GodbreadGilfredBiago 11 หลายเดือนก่อน

    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.

    • @landonschlangen
      @landonschlangen  11 หลายเดือนก่อน

      Ok, but TypeScript is basically just JavaScript tho. It's easy

    • @GodbreadGilfredBiago
      @GodbreadGilfredBiago 10 หลายเดือนก่อน

      @@landonschlangen introducing something completely new that wasn't covered in the course, however easy, is confusing.

    • @GodbreadGilfredBiago
      @GodbreadGilfredBiago 10 หลายเดือนก่อน

      @@landonschlangen I don't know why you wouldn't have just stuck to plain javascript like what was covered in the fcc coursework.

    • @landonschlangen
      @landonschlangen  10 หลายเดือนก่อน

      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