🔴 Whatsapp Clone ( Realtime Chat App ) with Next.js, Socket.io & Zegocloud with Voice & Video Call

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 พ.ย. 2024

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

  • @GrimReaperAMV
    @GrimReaperAMV ปีที่แล้ว +19

    Wow i can't imagine how a single man was seriously able to create a WhatsApp clone that is even better than the original. well done bro

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

      bro is this clone responsive too ?, I haven't started yet just wanted to know this before starting

    • @GrimReaperAMV
      @GrimReaperAMV 9 หลายเดือนก่อน

      Nope but you can do that urself it's easy

    • @ASHUTOSHSHARMA-h4w
      @ASHUTOSHSHARMA-h4w 4 หลายเดือนก่อน

      ​@@lokeshnegi5051responsive means???

    • @saksham-vm8sl
      @saksham-vm8sl 2 หลายเดือนก่อน

      @@GrimReaperAMV how bro

  • @kazaloops
    @kazaloops ปีที่แล้ว +21

    Hands raised for this legend ✋!!!!! Literally he created better than real whatsapp😮A single man

  • @irfansaeedkhan7242
    @irfansaeedkhan7242 ปีที่แล้ว +7

    just wow wow wow, most of the teacher only show the basic socket and msg sending, but you are amazing, from audio to img sending, msg seen , sent , perfect replica ui, fast, sent time is also shown, you are next level and your channel will grow

  • @MuhammadIrfan-cj1cq
    @MuhammadIrfan-cj1cq 5 หลายเดือนก่อน +4

    Successfully created this clone with end to end encryption and added multi lingual support with multiple language thanks kishan for this amazing course.

    • @KishanSheth21
      @KishanSheth21  5 หลายเดือนก่อน +1

      Hi, that’s awesome. Mail me let’s connect. You can contact me on discord as well. I might have some opportunities for you.

    • @CodeNinja18
      @CodeNinja18 4 หลายเดือนก่อน +1

      Now can you give your github link 🤣

    • @Splashh_xD
      @Splashh_xD 4 หลายเดือนก่อน +1

      Can you provide us your github as I am getting axios error

    • @kritikashah1549
      @kritikashah1549 10 วันที่ผ่านมา +1

      can you provide me the source code?? I can pay if it is needed

  • @tosinolugbenga2904
    @tosinolugbenga2904 ปีที่แล้ว +10

    Honestly, this is the first unique video with simplicity that i will follow and had no issues whatsoever. You deserve a coffee

    • @ababakr_asa
      @ababakr_asa 6 หลายเดือนก่อน

      Didn't you get any errors?

    • @ASHUTOSHSHARMA-h4w
      @ASHUTOSHSHARMA-h4w 4 หลายเดือนก่อน

      ​@@ababakr_asabro i am getting plethora of errors😢 a lot of care is required while typing the code. Seems like coding this 10hr would take 100hr

    • @yudrapawar
      @yudrapawar 10 วันที่ผ่านมา

      Hey did you completed this ??

  • @4fye
    @4fye ปีที่แล้ว +91

    I can tell you put a lot of work into this. Well Done👏

  • @kikiken4287
    @kikiken4287 ปีที่แล้ว +14

    thank you so much Kishan for putting incredible amount of work on this lecture and makeing it public free! it helped me a lot to learn about socket io, and backend stuff!

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

      Glad it was helpful!

    • @MuhammadIrfan-cj1cq
      @MuhammadIrfan-cj1cq ปีที่แล้ว

      Hey did u completed the course? is it working properly??

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

      @@MuhammadIrfan-cj1cq yep i downloaded his source code and continued to refactor and to add new feature.

    • @yudrapawar
      @yudrapawar 10 วันที่ผ่านมา

      Hey did you completed this ??

  • @PrinceKumar-hh6yn
    @PrinceKumar-hh6yn ปีที่แล้ว

    the exit problem made this video more realistic like one was actually trying to make out something in front

    • @MuhammadIrfan-cj1cq
      @MuhammadIrfan-cj1cq ปีที่แล้ว

      hey, have u done with your project??
      can u share your source code repo?

  • @nayri_b
    @nayri_b ปีที่แล้ว +13

    Your content is more than a course in udemy bro. Very nice

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

      Glad to hear that

    • @yudrapawar
      @yudrapawar 10 วันที่ผ่านมา

      Hey did you completed this ??

  • @naveenkrishna503
    @naveenkrishna503 ปีที่แล้ว +10

    Fantastic work ! At 1:03:09 the issue is due to the fact that userInfo is not available at re-render. If you try to go back to /login route and login once, the error will go away

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

      see wht its telling me
      1 of 1 unhandled error
      Server Error
      TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))
      This error happened while generating the page. Any console logs will be displayed in the terminal window.
      Source
      src\pages\login.jsx (15:25) @ useStateProvider
      13 | const router = useRouter();
      14 |
      > 15 | const [{}, dispatch] = useStateProvider();
      | ^
      16 |
      17 | const handleLogin = async () => {
      18 | const provider = new GoogleAuthProvider();

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

      1 of 1 unhandled error
      Server Error
      TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))
      This error happened while generating the page. Any console logs will be displayed in the terminal window.
      Source
      src\pages\login.jsx (15:25) @ useStateProvider
      13 | const router = useRouter();
      14 |
      > 15 | const [{}, dispatch] = useStateProvider();
      | ^
      16 |
      17 | const handleLogin = async () => {
      18 | const provider = new GoogleAuthProvider();

    • @Imran-y8e5i
      @Imran-y8e5i ปีที่แล้ว

      @@ejehwayne8586 even im getting this error, what's the solution

  • @MRWOLF-rd6tm
    @MRWOLF-rd6tm ปีที่แล้ว +1

    proud To see an indian uploading these type of projects .Firstly when i saw thumbnail i thought it's Js Mastery's Video . but after that i read name and i was like damn 😍 man he's indian . and i just saved this in watch later so after learning react and all other technologies i'll watch this video and try to make this app

    • @sofihegde3205
      @sofihegde3205 6 หลายเดือนก่อน

      Do you have the CaptureAudio component code?

    • @yudrapawar
      @yudrapawar 10 วันที่ผ่านมา

      Hey did you completed this ??

  • @didymusorotayo7883
    @didymusorotayo7883 8 หลายเดือนก่อน

    Kishan, this is an authentic one from start to finish. You are the coolest, brosev. So, easy to follow.. I would like to ask, for some reason, I am not getting my messages real time

  • @rudinhok
    @rudinhok ปีที่แล้ว +3

    The efforts that you put in this video is just WOW, you got me as new subscriber, thank you for this, is awsome, to bad its not with Typescript, i have some struggles with that, but this is just awsome

  • @miguelangelmadronerosequei9517
    @miguelangelmadronerosequei9517 ปีที่แล้ว +29

    si esto tuviera subtitulos llegaria a mucha mas gente, muy
    buen trabajo

    • @SeasonHarmony
      @SeasonHarmony ปีที่แล้ว +3

      I see subtitles there 😊😊 try checking now

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

    This build was awesome!! Can you also show us how to host this. Please......

  • @SUNYBOI
    @SUNYBOI ปีที่แล้ว +4

    Have you also shown how to deploy it?

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

    whatttt...this is the most advanced WhatsApp close ive ever seen dude ! ... Gonna build this

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

      Thankyou.

    • @sofihegde3205
      @sofihegde3205 6 หลายเดือนก่อน

      Do you have the CaptureAudio component code?

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

    Beother well done a very professional set
    I have 2 question:
    Q 1)
    If we are going to use firebase for authentication why not also use onchangeauth instead of creating a custom hook to check the user state
    i like prisma and it is the first time working with it, i run in few issues to save the user on the database since I'm not using the next js, I'm using a expo but i was able to fix and save the user
    Q:2) do i need to regenerate the prisma each time i change the user model
    Or just do prisma db puch
    By the why since i have integrated prisma on existing projects with firestore i'm thinking to use the sql database as second data backup
    Question

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

    It was amazing, now im learning React and this is a great project to learn! I love this

    • @yudrapawar
      @yudrapawar 10 วันที่ผ่านมา

      Hey did you completed this ??

  • @ASHUTOSHSHARMA-h4w
    @ASHUTOSHSHARMA-h4w 4 หลายเดือนก่อน +1

    Made the complete clone 🙂🙂thank you so much❤❤❤❤

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

    Amazing work !! It's was my college project and I got the exact project

  • @YakshPatel-fm1fe
    @YakshPatel-fm1fe 4 หลายเดือนก่อน +1

    Sir please make a video how to run an ready made project of your i have purchase a code but it is not working from my side please make a video and show to run that code easilynand what changes i have to made i have an project submission this week

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

    This guy is not afraid of DRY

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

    Thank you for the great video 😀. I have a question. Why you didn't use TypeScript?

  • @VijayKumar-oq4pq
    @VijayKumar-oq4pq ปีที่แล้ว +3

    Hi, thanks for this amazing project.
    I have a question: Instead of using PostgreSQL and Prisma, is it possible to use Firestore from Firebase as an alternative for the database in this project?

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

      Yes totally. But you'll need to change the queries for that.

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

    Its awesome, Thank you for creating this kinda great videos....
    Also I want that Voice Message player in React Native, can you create video in that or any library that I can use it directly for that

  • @Infinite_Coding-mz2oj
    @Infinite_Coding-mz2oj 4 หลายเดือนก่อน

    Sir plz Hindi ma videos banow you are the king of web development boss well done

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

    omg bhai you just amazing no video like that in whole youtube
    kamal bhai

  • @NguyenBaLam-kj7do
    @NguyenBaLam-kj7do 3 หลายเดือนก่อน

    it's great that you shared this project, but does your project have a user group creation feature?

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

      No it doesn't have a group feature. Refer to my latest chat app it has group features.

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

    Subscribed Once i finish learning, I'll look for projects here thank you dude

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

    please tell me you are earning very good amount of money because the effort here is insane.. after learning all this if you are not earning in lakhs or crore then this will definitely demotivate me.. Thanks Please reply with honesty

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

      To be honest. I'm not earning that much. I'm still struggling with sponsorships. And with youtube adsense you won't earn enough. I have been doing youtube for more than 2 years and still not sure if this would succeed, not to demote you but we have to keep trying, one day it would work out 😁

  • @forytvanced6253
    @forytvanced6253 9 หลายเดือนก่อน

    i have a college project and i have seen about half of your video it great thanks for the video i want to ask you how can i add group video / voice calling feature .

    • @KishanSheth21
      @KishanSheth21  9 หลายเดือนก่อน

      You need to make several changes in the DB and you can make it.

    • @sofihegde3205
      @sofihegde3205 6 หลายเดือนก่อน

      Do you have the CaptureAudio component code?

  • @samialvi4226
    @samialvi4226 ปีที่แล้ว +3

    Thats osmmmmmmmmm!!!
    Appreciate the efforts you putted on making this amazing course

  • @raywright8127
    @raywright8127 ปีที่แล้ว +3

    Well done bud. Nicely detailed and very informative.

    • @yudrapawar
      @yudrapawar 10 วันที่ผ่านมา

      Hey did you completed this ??

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

    sir kindly make a video to deploy this project on vercel...............🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏

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

      bro did you deployed this project, if yes can you help me to deploy mine

  • @TienNguyen-rr7bl
    @TienNguyen-rr7bl 9 หลายเดือนก่อน

    Can you clone this project using react and typescript? I'm learning react and I really want to learn this project of yours, anyway thank you, you're really good

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

    Amazing project❤ aaj lagadi apne thank u too much❤❤

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

    Very impressive bro... Can make a similar project for zoom application with next13,?

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

    Why creating a separate server and not use the server side part of Nextjs ?

  • @harveerSingh-iy9xz
    @harveerSingh-iy9xz ปีที่แล้ว

    Hey bro your tutorials are very nice need some react native expo app tutorial😊😊😊

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

    Sir kindly make a video to deploy this project

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

      I am going to do it soon.

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

      @@KishanSheth21 🤩

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

      yes please, I get traumatized bc I spent too much time and can't deploy

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

    Have you tried deploying this on vercel?

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

    for emojis, is it using a library? or use your own component?

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

    brooo u really need support , looooooooooove that kind of useful projects please keep uploading stuff like this

  • @SandeepSingh-xs1bt
    @SandeepSingh-xs1bt ปีที่แล้ว

    the project is outstanding, but there is one doubt is there is any personal space for the user just like whatsapp as there is the google authentication only so ig all the users will be logged in to the single window which is not good, as anyone can enter the chat unlike whatsapp where everyone has its own personal space.

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

    Very good your class of tecnology

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

    Thanks for awesome project kishen. Will you tell how to deploy such kind of project kishen ??

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

      I will include a separate video for that in the source code in a few days. If you want you could buy out the source code it would help me out a lot and I can create more amazing content.

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

      I will include a separate video for that in the source code in a few days. If you want you could buy out the source code it would help me out a lot and I can create more amazing content.

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

    Coming from Spotify 😁

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

    Seems a great tutorial! Would it be hard for anyone who hasn't learned Node.js (but have practices in Java, React.js)?

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

      Won't be too hard. Give it a try.

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

    Wow bro!!!!!!!!! lot of effort man, I'm subscribing now

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

    Bro can you add message deletion, edit message and show when a user is typing by the way awesome tutorial

    • @MuhammadIrfan-cj1cq
      @MuhammadIrfan-cj1cq ปีที่แล้ว

      have u completed the project?is it working as shown in the vid

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

    Awesome thank you. Build looks very clean & functional! Had to make the purchase. Q - Is implementing group chat difficult ? I notice a lot of chat tutorials don't implement it.

    • @KishanSheth21
      @KishanSheth21  ปีที่แล้ว +11

      It's not difficult but it consumes a lot of time. Nevertheless I will be creating a chat app with group functionalities. I will create a chat app every year with more functionalities. Last year it was just a basic chat app. This year it has many features like file sharing, audio video call, voice messages, online offline status, message read status, and many minute features. Next year I'll create a chat app with group functionalities. If I get a sponsor earlier I'll create it before the end of the year. Cheers 🥂

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

      ​@@KishanSheth21Thanks

    • @جوادجیتی
      @جوادجیتی ปีที่แล้ว

      ​@@KishanSheth21 WE WAIT THAT

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

    Earned a sub ❤ keep up the good work brother

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

    the project is awesome.
    why we need server even next js full stack framework...

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

      I believe that learning this flow is more important as in the bigger projects they don't rely on nextjs backend. A separate backend is a must. Consider a scenario where you want to use a message broker.
      In that case you would need the backend. What if you need microservices in your app. So the knowledge of the backend is a must. This is my personal opinion.

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

    Amazing project, will start this soon.
    How long did it take to make this ?

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

      5 months 🫣

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

      @@KishanSheth21 that's a very long time lol. I will try to do this in 30 days

  • @imtechbroo
    @imtechbroo 8 หลายเดือนก่อน

    Bhai Postgresql account banate time bhi bata diya karo begginers ko issue aate he bht 🤦🙌

    • @VaibhavRaheja-bs3li
      @VaibhavRaheja-bs3li 4 หลายเดือนก่อน

      kaise link generate hua postgresql wala ?

  • @twinkles13
    @twinkles13 8 หลายเดือนก่อน

    Please make a short explanatory video on prisma

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

    could you please show us how to implement it in a react native app ? I am looking for such a tutorial for so long!

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

    Hi kishan, is this the extension of your Real time Chat application or you are yet to post it??

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

      No this is a separate video. I am not gonna continue the Real time chat app now.

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

    Bro, nextjs can handle both of the things, why you used seprate server node for backend?

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

    HELLOOO ,😍😍😍😍LIKED YOU CONTENT VERY MUCH. CAN YOU MAKE NEXT PROJECT ON COLLEGE TIMETABLE SYNC APP WHERE ACTIVITIES/EVENTS/EXAMS/CLASS TIME TABLE SCHEDULE EVERYTHING CAN BE UPLOADEDD. ITS AN UNIQUE PROJECT

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

    Thanks for this awesome Tutorial. Thhis project is really great .But the projects should be responsive... 🙂

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

      Yes, you are right I should have made this responsive. The Airbnb clone which is coming next would be responsive for sure.

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

    There is a little error that I encountered. In VoiceMessage.jsx the useEffect used to assign the waveSurfer to the waveform.current returns a callback to destroy the waveform.current but, it will do so only for the initial render, now for the successive render the useEffect will run again However, this time only the waveForm.current is not null, it was destroyed before though and hence the current will not have the waveSurfer and the code will break while accessing the waveform.current.load method inside another useEffect.
    I solved this by destroying the waveform in the handlePlayAudio func i.e. when the user will play the audio message which will give it time to render all the voiceMessage components. I don't know if it's a good practice or not but it works for me

  • @dheerajkumarjha150
    @dheerajkumarjha150 24 วันที่ผ่านมา

    is it beginner friendly

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

    Het Kishan why are only attend the Payment comments & why you are not cheecking the error comments . Monstly some errors are db connections
    , i have also same issue . pls replay 🤨

    • @KishanSheth21
      @KishanSheth21  3 หลายเดือนก่อน

      Discord is already there for errors, please join discord server and someone might be able to help you there. There are mods there.

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

    Superb project, Loved it dude.

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

    amazing bhai ... u got a new subscriber

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

    Hello sir
    Please 🥺 tell me how to add push notification on WhatsApp clone please......🥺🥺🥺

  • @leratoskosana2776
    @leratoskosana2776 8 หลายเดือนก่อน +1

    is it mobile responsive?

  • @nagadioy9859
    @nagadioy9859 ปีที่แล้ว +67

    everything is open source, if you do a little amount of reverse engineering

    • @KishanSheth21
      @KishanSheth21  ปีที่แล้ว +4

      Ofcourse 💯

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

      I didn't understand please explain to me please.

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

      @@prashlovessamosa ok bassicaly reverse engineering, is like hacking into the app to see all the code, even the code is is supposed to be hidden to the public, by that, you can see what the app does in it's entirety, TLDR you hack the app to see all the code, and what he "did" was that to make this video

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

      Apoco si tilin?

    • @DeConstructor-im5ve
      @DeConstructor-im5ve ปีที่แล้ว +1

      If there is requirements of reverse engineering then it can't be said as open source

  • @calmnrelaxme6750
    @calmnrelaxme6750 6 หลายเดือนก่อน

    After disconnecting the call zego cloud instance still running in the background. getting to many console logs
    Can you check and tell me how to resolve that issue.

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

    Can we expect similar with flutter as well or a seperate videos of building backend .

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

      Hey I have no knowledge of flutter, but I know React Native. Does that Works?

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

      I'm a flutter developer though. As it would be easy for any other developers if you split the videos into sequential backend + front end or separate video for backend so that users can integrate with their stack. I appreciate your talent and efforts for bringing up quality content🔥

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

      @@KishanSheth21 Yes, React Native using CLI not expo please!

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

    Bhaiya, I don't know about next.js but i know react.js. Can I able to understand and code this project

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

      You can go for it. Nextjs is not that complex.

  • @0909J-USA
    @0909J-USA 4 หลายเดือนก่อน +1

    Hello. I want to buy this but I can only pay with PayPal for online purchases. I don’t have a credit card. Please let me know.

    • @KishanSheth21
      @KishanSheth21  4 หลายเดือนก่อน +1

      Hi, please reach out to me on my email: kishansheth21@gmail.com

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

    Does it have a group functionality and block unblock aswell?

  • @librandy-ke5jp
    @librandy-ke5jp ปีที่แล้ว

    well done bro next month im gonna treat you to coffee

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

    Bro Please while editing the video Make sure you increase the audio volume. i used fx sound to boost audio still very less volume.

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

    icon and theme you used in vs code looks awesome, how can i get 'em

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

      Material icons and community Material theme in vscode extensions.

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

    I am a MERN Stack developer I cannot know about prisma or any other thing I know only MERN or fire base so can I start it or not kindly suggest me or for video or audio call which technology you use is webrtc or other kindy

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

      You can start but you will be facing little problem in prisma with mongodb

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

      @@Harsh_code_382 ok most thank

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

    You're very talented ❤❤

  • @_PhamVuTien
    @_PhamVuTien 2 หลายเดือนก่อน

    After completing the project, how can I communicate from 2 different devices, sir?

    • @JaskaranSingh-f7j
      @JaskaranSingh-f7j หลายเดือนก่อน

      the most obvious thing is to deploy the application if not then bring 2 devices on the same wifi network and access the route on the 2nd device using its IP

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

    Awesomeness at its extreme level

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

    Will Next project be the video streaming webApp?

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

    Hi kishan ,is it advisable that we make this build with you and wrote whatwver you do?

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

      Of course it is. If you don't want to watch the entire video you can just grab the source code from the link.

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

      I mean is it worth doing that with you.we aren't gonna use our own concept. What the point of whole... I'm confused I like your content but then this

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

      You would learn how to create the app, learn how to create an architecture of the app, learn how to use reusable components. There's nothing wrong in watching and learn, I myself have done this for years and mastered the technologies.

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

    this is for beginner who want to be part of practice

  • @adriano.goncalves
    @adriano.goncalves ปีที่แล้ว

    Hello everything is fine? would you like to make video calls and audio by webrtc?

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

    Hola, buen día, funcionaría para la api oficial?, y aún, aún funciona el proyecto ?? es para comprar el código en la web?

  • @lacomedie-tg
    @lacomedie-tg 10 หลายเดือนก่อน

    Thank you so much. But that doesn't allow you to make statuses or stories

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

    Hi I have one question How to provide end to end encryption in our App

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

      You can use the concept of public keys and private keys for encryption. Actually i did some research for implementing this feature but, it would take a lot of time and It would not be possible to embed all the features in the 12 hour video as this is the limit for youtube videos. I am thinking of releasing a full fledged chat app more features than this, and a more perfect clone than this, but that would be a course instead of a youtube video.

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

    Amazing project bro, i just sub your channel.. can you make kanban project with drag and drop with local storage or even better? Thanks in advanced!

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

      Sure, I have thought for a project like Jira Clone. This will be coming before the end of the year.

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

    Do you have group chat in this ?

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

    amazing project brother, god bless you!!

  • @DriveEscapes-dx9rn
    @DriveEscapes-dx9rn 4 หลายเดือนก่อน

    can i use the free service from zego cloud for one month only?

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

    Bro please help me whenever i make a call it get disconnected do i need two different microphone and camer for it to work or it should have worked?

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

    bro, I want to deploy it. could you please show about it's deployment? can I deploy it in free vercel?

    • @MuhammadIrfan-cj1cq
      @MuhammadIrfan-cj1cq ปีที่แล้ว

      have u completed the project?is it working as shown in the vid

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

    😮Can anyone plz say what are the prerequisites required before doing this project.

  • @جوادجیتی
    @جوادجیتی ปีที่แล้ว

    After this clone telegram web abd be responsive 😍

  • @alirez.rahimi
    @alirez.rahimi ปีที่แล้ว

    good luck bro
    please make more video

  • @akbarhusainambaliyasana8113
    @akbarhusainambaliyasana8113 3 หลายเดือนก่อน

    Is there an admin panel in the project?

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

    I get this problem when connecting to the database:
    db error: ERROR: zero-length delimited identifier at or near """"