Build and Deploy a Full Stack Social Media App | React JS, Appwrite, Tailwind CSS, React Query

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024

Комментарии • 1 тыс.

  • @themonthlyexplorer3006
    @themonthlyexplorer3006 9 месяцев назад +42

    Coming from a client facing role with excels, emails, conferences and endless context switching; Adrian's voice has become my new meditation. I work on projects for 10-12 hours in a single flow and my growth in less than 3 weeks has been surprising to me, I started from a plain website front end, and just finished social media app with all functionalities, logic, back-end. Its crazy how much better my anxiety and doom scroll induced ADHD is feeling.

    • @AImalfusion
      @AImalfusion 8 месяцев назад

      A mi no me salio lo de poner el fondo negro.

  • @adeolaokubadejo
    @adeolaokubadejo 8 месяцев назад +16

    I am almost done with this project and it is a hit!!! Lots of error on my part but i was able to debug all, I am overwhelmed with all i have learnt so far but it is definitely worth it . Thank you

    • @genexsis9203
      @genexsis9203 8 месяцев назад +2

      how beginner-friendly is it. i am new to react

    • @adeolaokubadejo
      @adeolaokubadejo 8 месяцев назад +1

      @@genexsis9203 it is beginner friendly, i am also new to react.

    • @asmittyagi6250
      @asmittyagi6250 8 месяцев назад +3

      @@genexsis9203 start building and in the way if you face some problem , learn that right away . My suggestion would be make some simpler projects before , available on the same channel and then build this project . It's really really TopNotch.

    • @VikramMega
      @VikramMega 8 месяцев назад +2

      did you get this error: AppwriteException: Invalid query: {"method":"equal","attribute":"accountId","values":["65ff5cffdfcc9eccf353"]}
      ? at 2.06?

    • @asmittyagi6250
      @asmittyagi6250 8 месяцев назад +3

      @@VikramMega yes try installing appwrite version 13.2.0

  • @reframeservices
    @reframeservices Год назад +46

    I worked in adult education for years, mentored students at college and created courses on Udemy and YT but this is top notch. Great work!

  • @tks5182
    @tks5182 Год назад +144

    Honestly you guys are insane, the amount of knowledge harboured in these videos is unreal, I hope you guys do a zero to hero course soon on Web Development

  • @G_O_J_O_S_A_T_O_R_U
    @G_O_J_O_S_A_T_O_R_U Год назад +89

    Wow, I am truly amazed by the generosity of this project! 🙌 They could have easily monetized this valuable content, but instead, they've chosen to make it freely accessible to all students and learners. I am incredibly grateful for their efforts. 🙏
    I'm proud to say that I landed a job thanks to the knowledge I gained from their videos and by working on projects alongside them. 🚀 Thank you so much for this incredible opportunity! 😊

  • @zero67187
    @zero67187 Год назад +26

    The rate at which you are releasing this content is phenomenal. This is my #1 go to channel for learning how to build applications. I cant wait for the day you release a tutorial on building an e-learning platform.

  • @miraclenerdkidchiki6249
    @miraclenerdkidchiki6249 Год назад +31

    Bro....u really went all out on this project....best practices, best tools for the job (ts, react query), external libraries to make life easier, and not to mention the ACTIVE LEARNING PARADIGM, which is just sick
    Thanks so much for this course, can't wait to purchase your Next.js course 🔥

  • @mia-panda
    @mia-panda 4 месяца назад +4

    I have never left a comment on any RUclips videos, but just wanna say thank you a whole lot for making these super amazing and useful tutorials!! Really appreciate your sharing

  • @paulolinks1
    @paulolinks1 Год назад +14

    I'm thoroughly impressed with your excellent course! Spending 25 hours immersed in programming with you, but the learning experience was invaluable. Despite making several mistakes along the way, I successfully navigated through them. I'm convinced that I'll be purchasing your course - it's been a rewarding journey. Thank you!

    • @akshaynarwadkar5264
      @akshaynarwadkar5264 10 месяцев назад

      this is 6 hours course, how you have spent 25 hrs ?
      there is 1 comment below as well who also says , he/she spent 25 hrs.
      what am i missing ?

    • @syedammarali108
      @syedammarali108 10 месяцев назад

      ​@@akshaynarwadkar5264 I think he is talking about whole time of watching the tutorial, writing code and debugging.

  • @Amvflix7
    @Amvflix7 11 месяцев назад +9

    just completed the project. Honestly, I learned a lot of good practices and reusable code practices. Thanks a lot JSM.

    • @danidan-d6q
      @danidan-d6q 10 месяцев назад

      congrats bruh 👍🏻

    • @himanshuchahar5374
      @himanshuchahar5374 10 месяцев назад

      Bro I am thinking of starting this project, can you tell me that we are using app write and wheather it's free or paid?
      Do we need to pay for something in this entire project?

    • @mileslegend
      @mileslegend 9 месяцев назад

      i am having a challenge ..in my appwrite users are signed up but on my front end, am told that its failed

    • @cjsamuel123
      @cjsamuel123 8 месяцев назад

      Too many errors on the explore, queries(getNextpagepam). Loader without views and signin error. Even after api.ts add projectID.. Pls send a link for fix, love the classes. GODBLESS..

    • @nhantrong7688
      @nhantrong7688 7 месяцев назад

      @@himanshuchahar5374 Have u done this project brother ? Is it anything we have to pay for that ? Appreciate.

  • @ayushmandliya9493
    @ayushmandliya9493 Год назад +6

    Just finished now
    Its marvolous bro .....
    Thanks for deliver the best content on youtube

  • @stanislaumarudau2006
    @stanislaumarudau2006 8 месяцев назад +5

    I want to say my thanks to you for creating this tutorial. It was amazing, but more suitable for people who are already very acquited with React and WebDev in general. Want to remark that in the very beginning I used JS instead of TS and also I did all the backend and APIs using Supabase. It was pretty challenging, since some of the components I created differently so there was a lot of debugging.
    And I also wanted to say that it was very clever to use userID for likes and saves, since if we used username, if the user changed it, the likes and saved would still have the old username and this would result in a nasty bug. However, since the userID doesn't change, it was swiftly eliminated.
    Well Done!!

    • @Ivan-xi7to
      @Ivan-xi7to 5 месяцев назад

      Is everything that Apprwrite does can you do it in Supabase as well?

    • @stanislaumarudau2006
      @stanislaumarudau2006 5 месяцев назад

      @@Ivan-xi7to yes, but it's a bit harder

    • @Ivan-xi7to
      @Ivan-xi7to 5 месяцев назад

      I am in the same situation as you, I will do this project with JS but I want it to do it with Supabase, do you think is worth it to continue with Supabase or just do it with Appwrite? Thanks man!

    • @stanislaumarudau2006
      @stanislaumarudau2006 5 месяцев назад

      @@Ivan-xi7to Appwrite will be an easier way, but if you want more independence with the project that doing it with Supabase is a great challenge. If you are a beginner though, you should consider doing it with Appwrite first. Good luck with your coding path!

    • @stanislaumarudau2006
      @stanislaumarudau2006 5 месяцев назад

      @@Ivan-xi7to Also in Supabase there is separation in layers for users metadata and public data, so when you reach the step with showing all users and generally working with not only the logged in user, but all of them, you will have to use some tricks to make it work.

  • @ernst367
    @ernst367 Год назад +10

    Now that's how to start a weekend 🎉🎉🎉 ! Thank you Adrian!

  • @SZBrosOfficial
    @SZBrosOfficial Год назад +3

    Your Videos are no.1 on RUclips | You are No.1 Teacher in the World | Thanks

  • @freeion2023
    @freeion2023 Год назад +7

    I want to thank you guys. I've learned so much on this project. I'm new to ReactJS and this project helped gain some experience. Not to mention the latest tools, and Appwrite is sick.
    Thanks so much, and keep up the good work.

  • @Sameer-mo7rn
    @Sameer-mo7rn 3 месяца назад +1

    Finally completed this Project with all the tasks done.. its been a hell of a journey but yeah it was all worth it thanks buddy

  • @zain_x_alpha
    @zain_x_alpha Год назад +3

    I am watching your course from two years and thanks for all these free courses and projects ✨ as I learn many new things from your projects

  • @bulelaniquinton7272
    @bulelaniquinton7272 Год назад +3

    this is a comprehensive yet essential tutorial indeed. thank you brother, keep up the good work. much love from South Africa🙏❤

  • @shamimhossain7333
    @shamimhossain7333 Год назад +5

    I love it when you use free resources for learning cause most of us cannot afford those tools which need to buy for practice ❤❤❤

  • @anatoli25236
    @anatoli25236 Год назад +4

    Thanks a lot for this amazing tutorial! Spent around 25 hours overall following it, as well as doing the Active Lessons. I must say if you diligently follow it, it really teaches you a practical skill. The tech stack showcased is also great: React Query feels like an overhead at the beginning and you wonder why on earth have it to begin with, but as you progress and especially once you start doing the active lessons, it becomes obvious how it makes things so much easier.

    • @javascriptmastery
      @javascriptmastery  Год назад +2

      What an amazing piece of feedback. Thanks for following it diligently!

    • @akshaynarwadkar5264
      @akshaynarwadkar5264 10 месяцев назад

      this is 6 hours course, how you have spent 25 hrs ?
      there is 1 comment below as well who also says , he/she spent 25 hrs.
      what am i missing ?

    • @anatoli25236
      @anatoli25236 10 месяцев назад

      @@akshaynarwadkar5264 I was actually doing the website myself while watching?

    • @armaan5413
      @armaan5413 10 месяцев назад

      buddy if you think it's a 6 hour video then you're doing it wrong...that means u're just copy pasting the code which results in ZERO learning...code along with him..try to implement features on your own and ,debug the code and then look at the solution@@akshaynarwadkar5264

    • @renegildo4408
      @renegildo4408 10 месяцев назад +1

      I spend 23 hours, i had a lot of errors, but at the end was worth

  • @L_is_on_youtube
    @L_is_on_youtube Год назад +6

    The greatest teacher on RUclips right now ❤

  • @TV-uu7ek
    @TV-uu7ek Год назад +1

    i really appreciate the content, cant imagin how i learn all this as self taught without this channel

  • @liperanqey
    @liperanqey Год назад +49

    Beautiful, i agree even paid courses cannt provide such content

  • @gyurisc
    @gyurisc Год назад +18

    I finished the video. I really love the active learning paradigm and the tasks! Thank you for your hard work and putting together this amazing video!

    • @priscillapaulinat.3526
      @priscillapaulinat.3526 7 месяцев назад

      Hi @gyurisc, congrats! well done.

    • @FalcoAMV
      @FalcoAMV 7 месяцев назад

      i am having an error please can you fix it

  • @puneetsharma457
    @puneetsharma457 Год назад +3

    It is the best way to start project based learning along with the best javascript tutor and his teaching skills✌🏻😇

  • @mattiastarr7379
    @mattiastarr7379 10 месяцев назад +2

    I just finished the whole video! I can say it was a challenging project, with a lot of personal debugging, but everything went perfectly! I really appreciate your work for creating this valuable content, and I just can't wait to start a new project!🔥

    • @a8hi83
      @a8hi83 10 месяцев назад +2

      hey can you share ur github link just so i can reference if i face any errors

    • @belairbeats4896
      @belairbeats4896 10 месяцев назад

      Same here... having a hard time getting after 1h 50min

    • @rahulwagh9283
      @rahulwagh9283 10 месяцев назад

      @@belairbeats4896 did you complete appwritecloud setup properly?

    • @SujitKumar-pw1sl
      @SujitKumar-pw1sl 9 месяцев назад

      Hey can you share your github link ?

    • @carolynnbrice3032
      @carolynnbrice3032 7 месяцев назад

      Any chance you implemented the follow and unfollow functionality?

  • @TessaMero
    @TessaMero Год назад +7

    This is beyond amazing, thank you Adrian. Amazing work as always!

  • @JustProgramming45
    @JustProgramming45 Год назад

    I can't believe I missed best tutorials for all these months, but it's good to be back.🙂

  • @AlgorithmDoctor
    @AlgorithmDoctor Год назад +28

    The best software development university ever ❤

    • @javascriptmastery
      @javascriptmastery  Год назад +2

      Thank you!

    • @tdoc666___
      @tdoc666___ Год назад +1

      Of course is the best for you, cuz it makes your learning easy as covers ONLY what needed for this kind of project

  • @basicfix744
    @basicfix744 8 месяцев назад +1

    I want to say thank you for this wonderful tutorial, I learned the process and now here I am with my full developed website :)

  • @FBI-jt9gb
    @FBI-jt9gb Год назад +3

    I am incredibly grateful for your time and effort to continually grace us with amazing valuable contents that people charge to teach.. truly grateful

  • @RoadTrip-and-Music
    @RoadTrip-and-Music Год назад +1

    Adrian, thank You for this project too! I would say something I guess many people agree... Such services like appwrite, sanity, strapi is good from one side, but from the other side people who made projects on it completely depend on it too... and when they (services) change conditions everything become more complicated and projects could not be done same way as when You make video tutorials... Thats why it could be perfect if You make more projects where backend or admin part created from scratch same as frontend... we understand the moments of sponsorship and partnership... but if You sometimes do both part from scratch could be perfect! Anyway thank You for Your great work and always positive voice! I just say my opinion... ;) !

  • @mimcris8481
    @mimcris8481 Год назад +4

    This is definitely the next project I'm doing. I'm excited!

  • @andreslamar9444
    @andreslamar9444 6 месяцев назад +1

    Finally I managed to get all the project done🎉
    I create my own backend with node.js using express and PostgreSQL as the DB, implement all the active lessons and some other features by my own, i deployed the frontend in Vercel.
    I really learned a lot more doing this project than following just tecnical courses, because it pushed me to learn some things by myself to solve some bugs and implement more features.
    I really appreciate this channel, i'm so excited to start other project and continue learning a lot more. 🔥

    • @HONOREDONE-hk7pt
      @HONOREDONE-hk7pt 6 месяцев назад

      bro were there any problems while making, I am planning to build this one.

    • @HONOREDONE-hk7pt
      @HONOREDONE-hk7pt 6 месяцев назад

      brooo??

    • @sandeepsinghk2727
      @sandeepsinghk2727 6 месяцев назад

      ​@@HONOREDONE-hk7ptbro i am thinking of making it as well how about doing it together

    • @HONOREDONE-hk7pt
      @HONOREDONE-hk7pt 6 месяцев назад

      @@sandeepsinghk2727 I am almost done bro, but sure, cause there are places where I am not able to understand clearly.

    • @HONOREDONE-hk7pt
      @HONOREDONE-hk7pt 5 месяцев назад

      @@sandeepsinghk2727 bro did you build this one ?

  • @khynantoque
    @khynantoque Год назад +12

    This is absolutely fantastic! Thank you for this free course.

  • @allin7399
    @allin7399 Год назад +2

    You are the best, I follow you with great love and I am amazed by your knowledge. It is a pleasure to listen to your voice and the way you explain ALL .🎉🎉🎉

  • @devanshbhardwaj4049
    @devanshbhardwaj4049 Год назад +2

    You are amazing man, You are saviour to all the developers out there really man appreciate your efforts. Thank you so much for so much content.

  • @DennisIvy
    @DennisIvy Год назад +3

    Absolute Legend!!! 🔥

  • @wantedgaming1464
    @wantedgaming1464 Год назад +4

    here again with another outstanding project. truly love your hardwork

  • @yogabylea
    @yogabylea 9 месяцев назад

    Thank you so much for this complete project! I didn't know i'd end up spending sooo many hours on this and all the small bugs I've had along the way but i'm very happy that it all works now and it's such a valuable porfolio item!!

    • @eddievasquez556
      @eddievasquez556 7 месяцев назад

      Hello Lea I’m currently finished the project but having trouble with the sign-up and sign in page is there anything you did to fix this problem I just want to see if everything works properly but sadly this error is getting in the way of that

  • @akhilmahajan6608
    @akhilmahajan6608 Год назад +3

    Wow Adrian... looking forward to this ..this looks super awesome

  • @dhritimanhazarika
    @dhritimanhazarika 7 месяцев назад

    Your way of teaching is calming and reassuring ! Helps people to learn at ease and keep learning new stuffs everyday !

  • @WatchTheWorld50
    @WatchTheWorld50 Год назад +17

    Hey Adrian, you started using useCreatePost hook in the PostForm file without creating it in the queries&mutations file....At 03:13:00 in the video. I think it's the video Editor's mistake... Because the useCreatePost hook and createPost api function were created later in the video at 03:19:00... It means that the video editor miscompiled the videos .... and put video of 03:13:00 to 03:19:00 and 03:19:00 video to 03:13:00....I think many viewers will understand it.... But it can be a little confusing for some viewers... & It looks that it can't be corrected without deleting this video... So, would recommend that you just add a warning about it in the description/comments for viewers.....

    • @javascriptmastery
      @javascriptmastery  Год назад +1

      Thanks, will check immediately and address it!

    • @fuzanu
      @fuzanu Год назад +2

      thank you for pointing it out, i was so close to be stuck at 03:13:00 if it wasn't for u. bless

    •  Год назад +1

      Thanks, I got stuck for days figuring this out. Even tried replaying the video again and again from before the 3hr mark. lol

  • @akshaygohil5635
    @akshaygohil5635 10 месяцев назад

    really amazing how simply you guys explain complicated things and the way this project is structured properly, truely amazed thank you so much keep creating such content .

  • @ralphrosael
    @ralphrosael Год назад +4

    Wow! Yet another extraordinary project! 🤩🔥

  • @yantech.4249
    @yantech.4249 Год назад +2

    Wow Wow You are wonderful. What a genius. You are my RUclipsr regarding JavaScript Teaching. Amazing, I refer your channel to everyone I know. Again you are the best

  • @mohitcodeswell
    @mohitcodeswell Год назад +13

    Show us more about react native, as flutter is the new competition and we don't wanna get lost of this react ecosystem.

    • @javascriptmastery
      @javascriptmastery  Год назад +4

      more to come!

    • @thereaper7682
      @thereaper7682 Год назад +1

      Yes agree. I hate flutter and I would like to focus only in react native since it's react based

    • @mohitcodeswell
      @mohitcodeswell Год назад

      @@thereaper7682 flutter is a Google's product hence it offers more because Android is from the same. Google should think equally for both

    • @abdullah_siddiquii
      @abdullah_siddiquii Год назад +2

      Exactly 💯

    • @cranberry888
      @cranberry888 Год назад

      ​@@thereaper7682why so? is flutter code so bad?

  • @olalekanmohammed512
    @olalekanmohammed512 Год назад +2

    Here come JSM again trying to burst my brain. Thank you man....my brain is sure bursted!!

  • @kavindamk
    @kavindamk Год назад +4

    Another wonderful and useful project from Adrian. You are the best!❤

  • @miraclenerdkidchiki6249
    @miraclenerdkidchiki6249 Год назад +1

    This video dropped at the Right time....was just thinking of learning how to use Appwrite....thank so much ❤

  • @ankitgupta7467
    @ankitgupta7467 Год назад +3

    Everything looks same and amazing like Threads app.
    Starting to explore my hands on these too.
    Thank you so much for providing this

  • @Story_Arc782
    @Story_Arc782 Год назад +2

    Just completed the complete Nextjs13 course truly worth it

  • @dreamsachiever212
    @dreamsachiever212 Год назад +2

    Wow. Eager to come to this after I finish your Next.JS course! Please have a project with react native next! Would be great to see how your genius works overthere as well. Thanks for the education you are providing.

  • @DarlanZero
    @DarlanZero Год назад

    Thank you for the project. I am brazilian, and for now i don't have yet monetary conditions for buying your masterclass as well, but on the future this is one of my plans without debt.
    I liked a lot how to learned several things that i didn't knowed. As you said, i will try to implement more functionalities and stunning design patterns to the app as well.

  • @nabeelmirza8801
    @nabeelmirza8801 Год назад +3

    I have learned so much from you! Keep up the good work!

  • @asifmiles8083
    @asifmiles8083 Год назад +1

    Just love you guys! the quality of your videos is incomparable! A hero to zero , from scratch JS or React or Next course would be really helpful

  • @orangvaik
    @orangvaik Год назад +4

    I learned a lot from the video. Thank you, master 🙇

  • @abol_ta_b6143
    @abol_ta_b6143 Год назад +2

    "This is great! Thanks, Adrian, for such useful content."

  • @RAJUSARKAR-zo7om
    @RAJUSARKAR-zo7om Год назад +3

    JSM never disappoints 💯

  • @EbrahimMamawala
    @EbrahimMamawala Год назад +2

    Now I know how to spend my weekend ! Thanks a lot for this amazing content

  • @huynhphatat3919
    @huynhphatat3919 Год назад +4

    so awesome man! But if this was made with Next13, I think it would've been more amazing.

  • @sairaakbar1135
    @sairaakbar1135 Год назад +1

    Amazing video, one of the clearest and best tutorials I've ever done. Thank you!

  • @bbualdo
    @bbualdo Год назад +117

    I feel like most of these comments are automatically generated XD This video is nothing like copying and pasting code that you don't understand, because the author doesn't explain it to you, unless it is obvious. For example he is using TypeScript here, but instead of explain declared types he just provides you with ready to go file XDD same for tailwind or other files. Following this tutorial is nothing more than wasting huge amount of time just to build project that is not even yours and if you will have to explain it to someone, you will get no idea wtf did you built.

    • @AIcompany1
      @AIcompany1 11 месяцев назад +1

      Sup man, do you have any good tut or something worth of time then? I'm glad if you share, thanks

    • @petiks6391
      @petiks6391 11 месяцев назад +21

      If you're a beginner, yeah it doesn't make much sense but if you already have some experience with coding and other things, it's up to you how you learn (by doing, not just watching). This is only good to see how things are done in the chosen tech

    • @vladimirtchuiev2218
      @vladimirtchuiev2218 11 месяцев назад +10

      In a production setting you don't build stuff from scratch, you often take already ready packages and components and glue them together. This video is good for learning which tools are already available and how to use them instead of reinventing the wheel and feel in the end that it's "yours". Of course it's useless for absolute beginners, but there are many things that can be taken.

    • @arthurmorgan718
      @arthurmorgan718 9 месяцев назад +7

      This project is more about how to implement technologies you learned into actual real world projects not learning them from scratch , so you need to already know everything mentioned in depth before watching something like this, but he talks about this like it's a course which is misleading.

    • @chefernandez563
      @chefernandez563 8 месяцев назад +2

      He also doesn't respond to any errors brought up

  • @toptry5
    @toptry5 Год назад

    Active lessons that you provide are a really Awesome idea, I was thinking of adding new features on my own but then I got the surprise of "Active Lessons". Now I am going to complete the lessons.

  • @larrye
    @larrye Год назад +4

    Thank you so much. I love your in depth videos, but I also like your shorter (60-90min) videos that dive into specific topics like Redux Sagas/Thunks, Axios, Testing, Debugging, etc.

  • @suryakantasinha
    @suryakantasinha Год назад +2

    yeahhh my fav youtuber is back ,waiting for every friday😁

  • @BeeBee-fd7ls
    @BeeBee-fd7ls Год назад +3

    Wow stunning. Thank you.❤❤❤🎉🎉🎉

  • @shilpavaidya1077
    @shilpavaidya1077 11 месяцев назад

    this is the most knowledgeable content I have ever found. Thank you for this video. May you shine bright. All the best to this team in helping us to progress in technologies with ease...

  • @KingofShorts08
    @KingofShorts08 Год назад +3

    Thank you so much 🙏. I am 14 and I really want to become a software developer before I'm 18, any tips? A

  • @noumbissistael1470
    @noumbissistael1470 2 месяца назад

    Just finishing the tutorial and it was awesome
    You really did a great job here @Adrian. Really appreciate
    Will be glad to have more react tutorials as this one, was really good!

    • @dinhpham2210
      @dinhpham2210 2 месяца назад

      hey man did you stuck on the save post feature? I was doing the exact same thing but stuck because of it cannot read the find due to undefined currentUser

    • @GZA365
      @GZA365 2 месяца назад

      Going to start this one next week. Is it still relevant, even 10 months after? Thank you!

    • @kundantripathi1711
      @kundantripathi1711 2 месяца назад

      hey man I am stuck 57:40, I did the exact same step, but getting error that url is not valid
      what to do

    • @noumbissistael1470
      @noumbissistael1470 Месяц назад

      ​@@kundantripathi1711
      Try wrapping your import in try{}catch{} block verifying if value exists
      And put vite before your values

  • @berihunzeruberihunzeru8370
    @berihunzeruberihunzeru8370 Год назад +3

    As always amazing

  • @kudoakinichi7111
    @kudoakinichi7111 Год назад

    the active learn is amazing , please keep giving the best!

  • @ramasanjaya22
    @ramasanjaya22 Год назад +3

    Damn bro 🔥🔥 Adrian, can u provided more react native content? Tym

  • @deviskalo
    @deviskalo Год назад +2

    This guy is a geniues! Thanks for this cool course @Adrian.

  • @-NiKoLaY
    @-NiKoLaY Год назад +3

    Amazing content ❤ May I ask what theme do you use?

  • @muhammadobaidullahkhan5887
    @muhammadobaidullahkhan5887 11 месяцев назад +1

    YEAH! We would love more Illustrations like this in later videos for better concepts 1:17:15

  • @eddievasquez556
    @eddievasquez556 7 месяцев назад +14

    Hey if anyone know how to fix the issue with logging in and signing up can you please send me a message I’ve gone through the whole project but not successful in that part of it other that I have everything completed.

  • @Pierrot24382
    @Pierrot24382 Год назад +1

    Thank you for this tutorial Adrian! You are one of the best on YT :)

  • @isthatsahil
    @isthatsahil Год назад +5

    I am getting the below error after copying the globals.css file,
    `The `bg-dark-1` class does not exist. If `bg-dark-1` is a custom class, make sure it is defined within a `@layer` directive.`
    Whats wrong with this ? I am new to tailwind css

    • @javascriptmastery
      @javascriptmastery  Год назад

      You have to use the globals.css and tailwind.config.js that I provide

    • @diogo1277
      @diogo1277 6 месяцев назад

      For anyone looking, you have to add the 'bg-dark-1' colors in the tailwind.config file.

  • @rajnishanand37
    @rajnishanand37 Год назад +2

    Mind Blown away 🔥🔥🔥🤯🤯🤯 Amazingly Superbly Perfectly Well done

  • @YuuffyLIVE
    @YuuffyLIVE 10 месяцев назад +5

    Whenever I'm trying to logout (which works fine) we get a console error:
    AppwriteException: User (role: guests) missing scope (account)
    at Client.
    It seems like you are trying to use account.get() without any permissions or having an active session in your AuthContext.tsx - Is this intended? How do we resolve this? I've tried to check for an activesession with getSessions but without any luck.

    • @KKB476
      @KKB476 2 месяца назад

      did you know how to fix it or not yet? im getting the same error

    • @LucasMartins-el7kn
      @LucasMartins-el7kn 2 месяца назад

      It means you don't have an active session. In other words, you are already logged out. You have to catch the error and handle it accordinlgy.

  • @deus-lovult
    @deus-lovult 9 месяцев назад

    Thank you for the React content, it is appreciated that you continue to upload projects focused on React to learn it well before next , greetings

  • @demomicrocrawlerclub
    @demomicrocrawlerclub 10 месяцев назад +4

    Appwrite Url need to be updated please. Or should we simply register a free account? Your affiliate will not work then.

    • @snow697
      @snow697 8 дней назад

      I try using the free account but when we put project name in that place it is also asking for region and India is in there waiting list not available at this moment so what can I do

  • @SuperYoda7
    @SuperYoda7 Год назад

    this is as usual high world class content here... I love it. thanks for sharing it on youtube.

  • @hardiksharma8097
    @hardiksharma8097 10 месяцев назад +4

    Anyone got this error
    " The `bg-dark-1` class does not exist. If `bg-dark-1` is a custom class, make sure it is defined within a `@layer` directive."
    How can I solve it

    • @hardiksharma8097
      @hardiksharma8097 10 месяцев назад +1

      this occurred after copying the globals.css and tailwind.config.js file

    • @caspervamp4401
      @caspervamp4401 10 месяцев назад

      @@hardiksharma8097 I also got this error just follow him for few more minutes and it will go away.
      or just comment the `bg-dark-1` property for initial steps.

  • @OnderArmour
    @OnderArmour Год назад +2

    Thank you for this vidéo, I'm junior developer it is not easy to build yourself. I'm actually at the part "tanstack Query" and it is very hard for me, but we don't give up

  • @DeadVisionsStories
    @DeadVisionsStories 6 месяцев назад +7

    is anyone else having issues with globals.css coming up with problems?

    • @benwegener6145
      @benwegener6145 5 месяцев назад +1

      after you have imported shadcn you need to recopy the globals.css from the repo and also the tailwind.config he should have imported shadcn first then changed the globals

    • @Ashishkumar-lp6ce
      @Ashishkumar-lp6ce 2 месяца назад

      Guys appwrite is paid ?? Or can we use for free ??

  • @daily_adorable_pets7372
    @daily_adorable_pets7372 10 месяцев назад +3

    I'm facing issues with the web displays. The button, form won't align or move to the center of the page

  • @riddle_zone_n1
    @riddle_zone_n1 Год назад +2

    Wow, you're a Full Stack legend bro

  • @sarhan_104
    @sarhan_104 Год назад +3

    Waiting for portfolio :)

    • @javascriptmastery
      @javascriptmastery  Год назад

      Portfolio coming next!

    • @sarhan_104
      @sarhan_104 Год назад

      ​​@@javascriptmasterychecking your channel everyday from last 9 days. Waiting eagerly
      Along side with this.. I already started creating my portfolio, and watched tour old portfolio video, learnt lot about three js, emailjs, and started creating my own portfolio in next js, when you'll release your portfolio video I'll adopt something & make my portfolio more good.

  • @wego-k4811
    @wego-k4811 Год назад +1

    Another amazing course. I really tend to learn so much from you. ❤
    And I see you've upped the time

  • @abelbartolomeu2795
    @abelbartolomeu2795 11 месяцев назад +3

    Hey Adrian, what a great video (as always).
    I had an issue with Appwrite when I try to get the current user, I always got the 401 error (The current user is not authorized to perform the requested action). How can I solve this error?

    • @omerduman1250
      @omerduman1250 11 месяцев назад

      Could you fix it? I have same error too!

    • @VAISHNAVITIWARI-u4n
      @VAISHNAVITIWARI-u4n 11 месяцев назад

      Hey! how did you fixed it ? I'm having same error

    • @parshgoel950
      @parshgoel950 10 месяцев назад

      hey dude were u able to fix it?

    • @parshgoel950
      @parshgoel950 10 месяцев назад

      @@VAISHNAVITIWARI-u4n were u able to fix it?

    • @antimuggle_ridhi2565
      @antimuggle_ridhi2565 9 месяцев назад

      @@omerduman1250 same error whats the solution ?

  • @pintae8681
    @pintae8681 Год назад

    Thank You so much!!! All of your videos are better then some of paid courses out there.

  • @shreyanshsrivastava5018
    @shreyanshsrivastava5018 9 месяцев назад +4

    Hi I was following your project and I'm getting an error on the console: Failed to load resource: the server responded with a status of 400 ()

    • @nifnom
      @nifnom 8 месяцев назад

      did you find a solution?

  • @abdelrahmanzaitoun4402
    @abdelrahmanzaitoun4402 11 месяцев назад

    I really like the visualization part. Keep going, bud🥳

  • @parthdz8410
    @parthdz8410 Год назад +4

    Adrian, no TypeScript.
    I want JavaScript, React , Redux, Appwrite, Tailwind projects please.

  • @ankitghosal5841
    @ankitghosal5841 9 месяцев назад

    I REQUEST YOU TO MAKE ALL YOUR VIDEOS LIKE THIS WELL EXPLAINING EACH AND EVERY FEATURE BEING IMPLEMENTED THANK YOU.

  • @iLiran
    @iLiran Год назад +2

    Hi, are most websites (mid-level not Facebook level) using tools like Firebase, Supabase, AppWrite, etc.. to handle Auth/Databases/Storage or is it much better for the long run to build their own systems?

    • @javascriptmastery
      @javascriptmastery  Год назад

      I like using these tools, especially if they're open source like Appwrite :)

  • @tryingcodebang
    @tryingcodebang Год назад

    i am from bangladesh ... after finishing this project ... i will recreate a youtube video in my channel on my youtube channel for my practiceing ... thank you sir for creating this video

  • @DeadVisionsStories
    @DeadVisionsStories 6 месяцев назад +4

    Does anyone here know why my Vite page isn't displaying or updating everything? I have no errors, and the code is perfect, but it is not updating or displaying anything.

    • @sammynater4996
      @sammynater4996 5 месяцев назад

      yah im having the same problems the code is not displaying anything were you able to figure it out?

    • @osondumarvelous6238
      @osondumarvelous6238 5 месяцев назад

      Close it and run npm run Dev again

    • @HollowPurple07
      @HollowPurple07 5 месяцев назад

      @@osondumarvelous6238 it doesnt work