🔴 Create Accordion using React JS in Hindi

Поделиться
HTML-код
  • Опубликовано: 4 июл 2024
  • Welcome, How to Create Accordion using React JS in Hindi
    😍 Check my Instagram to Connect with me: / thapatechnical
    0:00 Intro and Review
    2:00 React App Create
    7:50 Getting Data from the API
    9:00 passing Data as props
    12:00 Rendering the question & answer UI
    15:30 Toggle Show Hide Functionality
    17:00 Toggle + - icon
    18:35 Outro
    ✅ NodeJS Tutorial in Hindi 2020: • NodeJS Tutorial in Hin...
    ✅ Express JS Tutorial In Hindi in 2020: • Express JS Tutorial In...
    ************ Must Watch Videos For Web Development ************
    ➡️ ReactJS Tutorial in Hindi 2020 Playlist Link: • React JS Tutorial in H...
    ➡️ React JS Project Netflix App Part #1 in Hindi in 2020: • #22: Props in React Js...
    ➡️ Install VS Code for ReactJS LINK: www.thapatechnical.com/2020/0...
    😍😍 Check Programming Videos in One Hour👇
    ➡️ Complete Reactjs in One video here • ReactJS For Beginners ...
    ➡️ HTML in One Video: • Learn HTML in One Vide...
    ➡️ CSS in One video: • Learn Complete CSS In ...
    ➡️ CSS FlexBox in 30 Minutes: • CSS FlexBox in 30 Minu...
    ➡️ JavaScript in One video: • JavaScript in One Vide...
    ➡️ ECMAScript 6 in One Video: • ES5 & ES6 | ECMAScript...
    ➡️ HTML5 in one video: • HTML5 Tutorial in One ...
    ➡️ CSS3 in one video: • Learn Complete CSS3 In...
    ➡️ Bootstrap4 in One video: • Bootstrap 4 in One Vid...
    ➡️ Jquery in One video: • jQuery in One Video in...
    ➡️ JSON in one video: • JSON in One Video in H...
    ➡️ ReactJS in one video: • ReactJS For Beginners ...
    ➡️ PHP in One Video: • PHP TUTORIAL IN ONE VI...
    ➡️ NodeJS in one video: / ipnwakoibt
    ➡️ MySQL in one video: • Complete SQL & MySQL i...
    ********** CLICK HERE TO WATCH ************
    ➡️ Fetch API in JavaScript: • Fetch API in JavaScrip...
    ➡️ AJAX tutorial for beginners in Hindi: • AJAX tutorial for begi...
    ➡️ Template literals (Template strings) in ES6 in JavaScript in Hindi: • ES6 Tutorial #3: Templ...
    ➡️ Async Await in JavaScript in Hindi: • Async Await in JavaScr...
    ➡️ Promises in JavaScript in Hindi: • Master The Promises in...
    ➡️ Callback Hell in JavaScript: • Callback Hell in JavaS...
    ➡️ Advanced JavaScript in Hindi Playlist: • Advanced JavaScript Tu...
    ➡️ ECMAScript Tutorial in Hindi 2020: • Modern JavaScript ES6 ...
    ➡️ ES5 & ES6 | ECMAScript 6 in One Video in Hindi: • ES5 & ES6 | ECMAScript...
    ➡️ JavaScript Game Development Series in 2020: • JavaScript Game Develo...
    ➡️ Source Code Link: www.thapatechnical.com/2019/1...
    ➡️ Top 5 Programming Languages in 2020: • Top 5 Programming Lang...
    ➡️ Ludo Game JavaScript Link: • JavaScript Game in Hin...
    ➡️Plz show some love to My Siter RUclips Channel and Plz Subscribe Link: / @mayabeautyvlogs878
    **************** MUST WATCH VIDEOS *****************
    ➡️ How to become a Full Stack Developer 2020: • How to become a Full S...
    ➡️ How To Become a Web Developer 2020: • How To Become a Web De...
    ➡️ How JavaScript Works: • How JavaScript Works i...
    ➡️ Follow me on Instagram: / vinodthapa55
    ** Video credit **
    Video by Wolfgang Langer from Pexels
    Make Website Responsive Using Media Queries in One Video in Hindi | Web Design Tutorial in Hindi
    ➡️ Link: • Make Website Responsiv...
    Guys, Please support my channel by SUBSCRIBE to my channel and share my videos in your Social Network TimeLines.
    Don't Forget to Follow me on all Social Network,
    Website Link: www.thapatechnical.com
    Instagram Link: / vinodthapa55
    Facebook Link: / vinodthapa55
    Twitter Link: / vb55thapa
    Facebook ThapaTechnical Page Link: vinodbahadur...

Комментарии • 165

  • @ThapaTechnical
    @ThapaTechnical  3 года назад +12

    Plz LIKE SHARE & SUBSRIBE the Channel ✌ Free Complete Source Code Link: www.thapatechnical.com/2021/05/how-to-create-accordion-using-react-js.html
    😍 Check my Instagram to Connect with me: instagram.com/thapatechnical

    • @waytofuture
      @waytofuture 3 года назад

      thappa sir aapka insta link work nahi kar rha hai or page bhi nahi mil rha hai kya karu??

    • @PraveenKumar-xv3kd
      @PraveenKumar-xv3kd 2 года назад

      source code is not available.
      Please get it done fixed.

    • @maulikrupala758
      @maulikrupala758 2 года назад

      source code is not available on website..

    • @todayrashifalinhindi586
      @todayrashifalinhindi586 2 года назад

      @@amit0007ist o bhaiii ap yha :)

    • @mirajpatel5738
      @mirajpatel5738 2 года назад

      source code is not available
      🦓🦓🦓🦓🦓
      . freee kaha he

  • @tarunmandhan5224
    @tarunmandhan5224 Год назад +40

    * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
    body {
    width: 100%;
    height: 100vh;
    background-color: rgb(116, 163, 204);
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(#fcf5f5, #eff4fd);
    }
    .main-div {
    width: 50vw;
    padding: 50px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 8px 8px;
    }
    h1 {
    text-align: center;
    font-family: "Bitter", serif;
    text-transform: capitalize;
    font-size: 32px;
    letter-spacing: 5;
    word-spacing: 5px;
    margin-bottom: 50px;
    color: #2c3148;
    }
    .main-heading {
    display: flex;
    margin-top: 30px;
    padding: 20px 0 20px 20px;
    background: #f1f4ff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
    }
    .main-heading h3 {
    margin-left: 30px;
    font-family: "Mate SC", serif;
    color: #303243;
    font-family: "Raleway", sans-serif;
    word-spacing: 1px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 18px;
    }
    .main-heading p {
    cursor: pointer;
    border-radius: 50%;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
    rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    background: #fff;
    padding: 7px;
    }
    .answers {
    padding: 30px 20px 40px 20px;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    word-spacing: 2px;
    font-weight: 400;
    line-height: 1.7;
    background: #fcf5f5;
    color: rgb(40, 37, 53);
    }

  • @ziyaulrana1840
    @ziyaulrana1840 3 года назад +1

    Useful video
    Thanks Vinod bhai
    Aapne Mujhe Frontend Developer bana diya.
    2019 se aapke video dekhni shuru ki thi
    HTML,CSS,Js most Bootstrap4 in one Video.
    Aaj 2 saal ka Experience ho gya h next 2 months me Inshallah react par job ka moka milega

  • @aniketbhalla1521
    @aniketbhalla1521 3 года назад +1

    Should we use only styled-components for our react project css in 2021?? Please answer. Thanks :)

  • @CodingFire
    @CodingFire 3 года назад +3

    Sir your UI is getting insane 🔥

  • @heysuryaaaa
    @heysuryaaaa 3 года назад +9

    I was thinking to build accordion and here it is 🔥

  • @vivekkukreti1518
    @vivekkukreti1518 3 года назад +20

    Hi Thapa
    I am following this series since first video but i found that this video is confusing because there are lots of new and existing concept you have used here so i suggest you to make this kind of video in 2-3 parts so we can understand it better

  • @travelwithbalghari4495
    @travelwithbalghari4495 2 года назад

    learning form very first video from this awesome reactjs playlist. A best playlist and thanks for such nice content

  • @aaaliii4u
    @aaaliii4u 2 года назад

    Awesome Vin!! Now i'll try to implement this in react native.

  • @rohitsachdeva4624
    @rohitsachdeva4624 3 года назад

    Hi thapa
    I have a little doubt about mongodb that in windows as you told we have to run mongod command first and then mongo. But i ran only mongo command and was able to retrive db details. Can you explain why?

  • @ujenbasi9495
    @ujenbasi9495 3 года назад +1

    Thank you so much for creating react project!!!❤❤❤❤🧡🧡🧡🧡❣❣❣

  • @chandansayed8745
    @chandansayed8745 3 года назад

    One Question Sir, If I want to close the current showing one by showing another one, how can I do that?

  • @learn_Japanese_with_sam
    @learn_Japanese_with_sam 3 года назад +1

    Thank you sir aap kuch na kuch hum sabko sikha te ho

  • @riversound8871
    @riversound8871 3 года назад

    You make it very simple Sir. Thank you for it.
    Can you please a video to create tab UI using React?

  • @bhautikpatel4742
    @bhautikpatel4742 3 года назад

    Sir, antivirus ke hisab se plugin install karne me koi dikkat ati hai

  • @NeerajSharma-sk2rs
    @NeerajSharma-sk2rs 2 года назад

    cause of ternary operator agar hum useState(false) me false na bhi likhe toh bhi work proper ho raha hai plz explain kare thanks

  • @faizalkhan2437
    @faizalkhan2437 2 года назад

    But sir ek chiz agr usestate se show ki value ko setshow m true krte h to wo true saari values ke liy hoga naa aur saari values show ho jayengi...

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

    I am from bangladesh. Your videos is really great and very heplfull . I can understand very easily. thank you so much bro..

  • @bharataneja_mzn
    @bharataneja_mzn 2 года назад +1

    Please share code link in every video, that would be very helpful!! Your videos are awesome.

  • @gkmishra2009
    @gkmishra2009 3 года назад

    On button click I want to stay on same page in react and I want highlight a textbox
    Can u help please

  • @kamruzzaman6252
    @kamruzzaman6252 2 года назад

    Sir ,Pure Love from Bangladesh .

  • @rajbannasa7662
    @rajbannasa7662 3 года назад

    thank you so much sir , it was really awesome

  • @rajat-s-kale1771
    @rajat-s-kale1771 Год назад

    your teaching is awesome

  • @krishnaTiwari851
    @krishnaTiwari851 2 года назад

    can you explain {id} {...data}
    can we transfer multiple object as properties

  • @vin-kry
    @vin-kry 3 года назад +1

    Awesome Video!

  • @alex.noriega
    @alex.noriega 2 года назад

    Despite your website is something that I can't understand, this was the best strategy to map collapsed list with Typescript as menu

  • @Master_of_illusion
    @Master_of_illusion 21 день назад

    Thankyou Bhai mujhe is ki bahut need thi 👍

  • @NeerajSharma-sk2rs
    @NeerajSharma-sk2rs 2 года назад

    and seriously very helpful

  • @sanketjain2310
    @sanketjain2310 2 года назад +1

    Source code is not available on your website brother..please check it

  • @abhisekgupta1543
    @abhisekgupta1543 3 года назад

    Bro ek playlist jisme hum different ui components react use kar k banate hai...like starting with different types of navbar...phir carousels, phir cards, modals, forms, testimonial card, pricing card, form newsletter, etc etc...all types of components used in a webpage

  • @piyushrathod1014
    @piyushrathod1014 3 года назад

    kindly make video about how to deploy mern app on aws or any platform it will be very useful for us....

  • @santrawebtech35
    @santrawebtech35 3 года назад

    sir kya aapne laravel ke seires suru kar rahe ho kya

  • @learn_Japanese_with_sam
    @learn_Japanese_with_sam 3 года назад +1

    Apse me joh bhi sikha uska use karke slider ready kiya please bata a kaisa hai

  • @vikrampatekar7039
    @vikrampatekar7039 3 года назад +1

    Please create video on react interview questions answers series for freshers.

  • @gocoder1159
    @gocoder1159 3 года назад +2

    Bro, Please make setup tour.

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

    Very helpful video❤❤

  • @qazimaaz6301
    @qazimaaz6301 2 года назад

    bro jab bhi map function me component return krta to wo show hi nhi krta component sab kuch kya huwa ha phir bhi?

  • @basniwalvideos
    @basniwalvideos 2 года назад

    Plus sign vali extension name kya ha any butter tell me

  • @bharataneja_mzn
    @bharataneja_mzn 2 года назад

    I want to make accordion and panel has multiple images.... Please help with such video

  • @yuvrajgupta6341
    @yuvrajgupta6341 2 года назад

    very well explained

  • @usmankhalid9516
    @usmankhalid9516 3 года назад

    sir kindly make video about how to deploy mern app on aws and google cloud

  • @souravdhara8621
    @souravdhara8621 2 года назад

    show to bad ka sign kya hain???? is it &&?

  • @shopytech4167
    @shopytech4167 2 года назад

    is ma agr hm sary Faq pr click kry gy to sary faq ma answer show ho jata ha but hmy is trha sa behtr krna chiay ka agr hm na 1st questin pr click kia then 2nd question pr click kia to first wala question close ho jana chaiay

  • @wassup102
    @wassup102 2 года назад

    Thanks a lot sir

  • @rajeevyadav-np3fg
    @rajeevyadav-np3fg 7 месяцев назад

    Bootstrap5 ka accordian ka icon kese chane kre....mujhe icon ki jagah img lgani h after collapsed...

  • @loveleenkaur6666
    @loveleenkaur6666 3 года назад

    thanks a lot

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

    I following your playlist from starting but in this i think you use new concept which was i cannot study in this playlist.

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

    U Just Awesome
    👍

  • @glamourgazegallery
    @glamourgazegallery 2 года назад

    Hi Sir,
    Please make video on bootstrap tab...

  • @firefightgaming5971
    @firefightgaming5971 2 года назад

    Thank you

  • @patelronak153
    @patelronak153 2 года назад

    Nice😍❤️

  • @Sks_engineering
    @Sks_engineering 3 года назад

    Can we combine php and reactjs?
    How we connect sql and reactjs

  • @subhamsahoo5203
    @subhamsahoo5203 3 года назад

    Make a video on * how to make on how to make accordion using only html css and pure JavaScript*

  • @gujjugando
    @gujjugando 3 года назад +1

    Please make changes in angular tutorial with new updates.... Please ...

  • @kunalsingh9461
    @kunalsingh9461 2 года назад +2

    i didn't understand

  • @watchthings5408
    @watchthings5408 3 года назад

    slow banao video...and explain kara kro task complete hone k baad ki kese kya connection huaa.
    thanks 👍

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

    it collapse fast...how to decrease collapse time

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

    How to expand all at once?

  • @santrawebtech35
    @santrawebtech35 3 года назад

    sir a toh awesome tha sir ek carosel bhi bana le naaa

  • @Sks_engineering
    @Sks_engineering 3 года назад

    Make one video for php and reactjs

  • @prabhudevbetsurmath7270
    @prabhudevbetsurmath7270 3 года назад

    I think you added it in middle of the series , its showing me at number 37/96

  • @shubhamkhandal3219
    @shubhamkhandal3219 3 года назад

    Pls make on next.js + react js

  • @tejaskumar4470
    @tejaskumar4470 3 года назад +1

    first🔥😁

  • @user-ug4xz9sz7t
    @user-ug4xz9sz7t 11 месяцев назад

    Thanks bro

  • @snphpowerhouse
    @snphpowerhouse 3 года назад

    🔥🔥🔥🔥🔥

  • @sandeep.slathia
    @sandeep.slathia 3 года назад

    Nice 👍👍👍

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

    bhai, setData wala function ka kya hua??

  • @mysteriousdose6228
    @mysteriousdose6228 3 года назад

    Sir React js main javascript plugin kaise use karte jaise ki typed.js and others...

  • @ziyaulrana1840
    @ziyaulrana1840 3 года назад

    Pagination and tabs par bhi video lao bhai

  • @mukeshshantilal8663
    @mukeshshantilal8663 3 года назад

    sir can you teach us react native

  • @thinkingmad1685
    @thinkingmad1685 3 года назад

    Sir next js par ho sake toh video laao sir 😀😀

  • @vkvaraliya7504
    @vkvaraliya7504 3 года назад

    react native series start kejie....application making here....

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

    Pura uppar se paar hogaya bhaiya

  • @ashishmadan5700
    @ashishmadan5700 3 года назад +1

    You are a legend bro !! Thanks for helping us so much 😍😍

    • @abhisinghal3759
      @abhisinghal3759 3 года назад

      When i am clicking on + button then all answers are showing
      Can you tell me where i am doing wrong ?

    • @ashishmadan5700
      @ashishmadan5700 3 года назад

      @@abhisinghal3759 Make sure you have given different id values in Api ....Also make sure default value of usestate is false and only on click it becomes true ....Also make sure that in Accordion.js you are mapping data on current element with a unique key prop like this
      data.map((currElement)=>{
      return ;
      })

    • @abhisinghal3759
      @abhisinghal3759 3 года назад

      Thanks

  • @jj_tech_gate
    @jj_tech_gate 3 года назад

    Angular pe projects bnao chote chote.....please

  • @hassnainzafar5369
    @hassnainzafar5369 2 года назад

    is vedio ka source code kaha sy mily gaa??

  • @shekhardhami6831
    @shekhardhami6831 3 года назад

    sir admin dashboard ka tutorial bana do please

  • @vijaythakur2708
    @vijaythakur2708 3 года назад

    Good sir

  • @snphpowerhouse
    @snphpowerhouse 3 года назад

    👌👌👌👌👌

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

    Nice

  • @ratulhasan8853
    @ratulhasan8853 2 года назад

    vai ap type karte ho to fire kese jalta hey

  • @waytofuture
    @waytofuture 3 года назад

    sir pls make a video ui design to website full advance hona chahiye sir pls ese video nahi hai yt pe pls banao

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

  • @kumawatnaresh3451
    @kumawatnaresh3451 3 года назад

    Op

  • @santoshkumarmarar7048
    @santoshkumarmarar7048 3 года назад

    Brothers finish MERN Porjects series

  • @harshithakapa8019
    @harshithakapa8019 2 года назад

    @Thapa Technical can u plz share the CSS code

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

      * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      }
      body {
      width: 100%;
      height: 100vh;
      background-color: rgb(116, 163, 204);
      display: flex;
      justify-content: center;
      align-items: center;
      background-image: linear-gradient(#fcf5f5, #eff4fd);
      }
      .main-div {
      width: 50vw;
      padding: 50px;
      background-color: rgb(255, 255, 255);
      border-radius: 10px;
      box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
      rgba(17, 17, 26, 0.1) 0px 8px 8px;
      }
      h1 {
      text-align: center;
      font-family: "Bitter", serif;
      text-transform: capitalize;
      font-size: 32px;
      letter-spacing: 5;
      word-spacing: 5px;
      margin-bottom: 50px;
      color: #2c3148;
      }
      .main-heading {
      display: flex;
      margin-top: 30px;
      padding: 20px 0 20px 20px;
      background: #f1f4ff;
      border-radius: 5px;
      box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
      }
      .main-heading h3 {
      margin-left: 30px;
      font-family: "Mate SC", serif;
      color: #303243;
      font-family: "Raleway", sans-serif;
      word-spacing: 1px;
      letter-spacing: 1px;
      font-weight: 600;
      font-size: 18px;
      }
      .main-heading p {
      cursor: pointer;
      border-radius: 50%;
      box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
      rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
      background: #fff;
      padding: 7px;
      }
      .answers {
      padding: 30px 20px 40px 20px;
      font-family: "Raleway", sans-serif;
      font-size: 15px;
      word-spacing: 2px;
      font-weight: 400;
      line-height: 1.7;
      background: #fcf5f5;
      color: rgb(40, 37, 53);
      }

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

    if you do the same code without making different component its not gonna work it just popups all the answers at once

  • @vijaysurwadkar2027
    @vijaysurwadkar2027 3 года назад

    Please do css battle #11

  • @MrProxy10
    @MrProxy10 3 года назад +1

    1:05 That Girl LoL 😁

  • @Rakeshsingh-lq6pz
    @Rakeshsingh-lq6pz 11 месяцев назад

    Guys jisko code nhi mil rha woh thapa ke sath git search laro aur usme project ka naam likh do mil jayega

  • @najmulhasan5997
    @najmulhasan5997 2 года назад

    source code is't free?

  • @gujju7625
    @gujju7625 3 года назад

    sir pls make discord server 🔥

  • @lofivibes4you
    @lofivibes4you 2 года назад

    Source Code kha hai css to nhi hai UI part ko kaise banaye , 🤔🤔

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

      * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      }
      body {
      width: 100%;
      height: 100vh;
      background-color: rgb(116, 163, 204);
      display: flex;
      justify-content: center;
      align-items: center;
      background-image: linear-gradient(#fcf5f5, #eff4fd);
      }
      .main-div {
      width: 50vw;
      padding: 50px;
      background-color: rgb(255, 255, 255);
      border-radius: 10px;
      box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
      rgba(17, 17, 26, 0.1) 0px 8px 8px;
      }
      h1 {
      text-align: center;
      font-family: "Bitter", serif;
      text-transform: capitalize;
      font-size: 32px;
      letter-spacing: 5;
      word-spacing: 5px;
      margin-bottom: 50px;
      color: #2c3148;
      }
      .main-heading {
      display: flex;
      margin-top: 30px;
      padding: 20px 0 20px 20px;
      background: #f1f4ff;
      border-radius: 5px;
      box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
      }
      .main-heading h3 {
      margin-left: 30px;
      font-family: "Mate SC", serif;
      color: #303243;
      font-family: "Raleway", sans-serif;
      word-spacing: 1px;
      letter-spacing: 1px;
      font-weight: 600;
      font-size: 18px;
      }
      .main-heading p {
      cursor: pointer;
      border-radius: 50%;
      box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
      rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
      background: #fff;
      padding: 7px;
      }
      .answers {
      padding: 30px 20px 40px 20px;
      font-family: "Raleway", sans-serif;
      font-size: 15px;
      word-spacing: 2px;
      font-weight: 400;
      line-height: 1.7;
      background: #fcf5f5;
      color: rgb(40, 37, 53);
      }

  • @hemantagrahari4298
    @hemantagrahari4298 3 года назад

    Sir apke video c kafi kuch sekha hu sir apse request h sir please ek video m ap starting c bnaiye registration page k bare m
    And fields add kariye
    Name
    Password
    Confirm password
    State
    Gender
    Address
    Mail
    Number
    Qualification with multiselect
    Images uploaded
    Ipaddrres
    Time and date
    Date of birth
    With validation
    Itne video ap bnate ho please ek video is par b ap bnaiye help ho jayegi meri bahut please sir aise koi video pure RUclips m n h
    In php m btaiye ap using MySQL

  • @ojhalpatkar963
    @ojhalpatkar963 3 года назад +1

    Sir covid-19 tracker app class based components se bna do please 🙏

    • @heysuryaaaa
      @heysuryaaaa 3 года назад

      Class components abhi itna use main nhi hai.

    • @ojhalpatkar963
      @ojhalpatkar963 3 года назад

      @@heysuryaaaa Han but wo seekhne ke liy(as a begineer)easy rhta hai.

  • @ARJUNSINGH-kx9td
    @ARJUNSINGH-kx9td Год назад

    bhai source code m code to aa hi ni raha

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

    Why .jsx not write

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

    Css ka code nahi milegaa

  • @AmanKumar-ps8th
    @AmanKumar-ps8th 3 года назад

    2nd😆

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

    Source code is not there on your site.

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

      bewkoof banaya source code free mien available h