Big thanks to Ridge for sending me this wallet and supporting the channel! Here’s the site if you want to check them out! > ridge.com/tylerpotts Don't forget to use code "TYLERPOTTS" to get 15% off your order!
@NaifHK1 Жыл бұрын
Thanks, this video help me a lot 🙏
@Free--Soul Жыл бұрын
Thanks Tyler... this video is very begginer friendly..If you create some projects on udemy for exemple 20 projects with vue 3 etc. I am ready to buy it..Because very difficult to find these kind of content on the internet..great job..
@TylerPotts Жыл бұрын
Thank you, Zeyd!
@venomhakaii91572 жыл бұрын
hello ty for the video , i have a question can you explain me how to create a button for delete the anime when i finished it please ?
@Flash1362 жыл бұрын
Looks awesome. Curious, how do you find these public APIs?
@TylerPotts2 жыл бұрын
I just tend to search for something, so if I'm looking for an API for a random beverage I'd Google it and see what came up!
@RidgeWalletYT2 жыл бұрын
Forged Ember ftw 🔥
@TylerPotts2 жыл бұрын
It's so beautiful! I've been using it everyday since I received it! 😅
@salimsuedi27312 жыл бұрын
Can you please use different components to create this project??
@semikolondev2 жыл бұрын
Using svelte for the next one? :p
@TylerPotts2 жыл бұрын
Maybe!
@MantasSofia2 жыл бұрын
For some reason the My Anime section is not displaying when I run the app. It’s my first time working with Vue. Everything else works perfectly.
@TylerPotts2 жыл бұрын
Do you get any errors in the console?
@MantasSofia2 жыл бұрын
@@TylerPotts nope
@FakeMister2 жыл бұрын
First! Man this project is amazing but plese please any chance you can make it in React???
@TylerPotts2 жыл бұрын
SPEED! That's a good idea! I'll look to create a similar version in react next time I am free! :D
@MailarYT2 жыл бұрын
yeah react
@FakeMister2 жыл бұрын
@@TylerPotts Thank you mate!!! Keep up the good work!
@nomad46912 жыл бұрын
100% react!
@nicholasbazzoni70842 жыл бұрын
Thanks tyler this was so much fun. im trying to add a delete button but cant seem to get it to work. my function : const removeAnime = (my_anime) => { my_anime.value = my_anime.value.filter((t) => t !== my_anime) } then ... my button which live in card next to increase/decrease Delete