How to Build a Dictionary App in JavaScript

Поделиться
HTML-код
  • Опубликовано: 22 апр 2023
  • Learn how to Build a Dictionary App in JavaScript | JavaScript Dictionary App Tutorial
    In this JavaScript dictionary app tutorial, we will learn how to build a dictionary app in JavaScript from scratch. You'll also learn how to use Dictionary API to fetch data.
    ✔ More JavaScript Projects 👇:
    ✔ Weather App :
    👉 • Weather App using HTML...
    ✔ Password Generator using JavaScript :
    👉 • JavaScript Password Ge...
    ✔ Build QR Code Generator in JavaScript :
    👉 • How to build QR Code G...
    ✔ To-Do List using JavaScript :
    👉 • Learn how to make a To...
    If you like this video, don't forget to Subscribe 👍.
    ✔ Follow Code Traversal on Instagram :
    / codetraversal
    ✔ Follow Code Traversal on GitHub :
    github.com/CodeTraversal
    #javascriptapiprojectsforbeginners

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

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

    Hii, didi maine isme synonyms aur audio button add kr diya abhi jaise ki apne kaha tha, aapne bahut badiya sikhaya shortcut aur ye api app bhi,
    My one request is how to get real time data in weather api cause this is in numbers formate not in real time
    Please teach us that didi😊

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

      Glad to know that you have did this. Really Amazing.

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

      Source code share kar do, please.

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

    Code wali didi, aap hard code simplify karke batati ho, aur aapki code jaldi hi samjh pata hu, isliye mujhe apki video bahut pasnd hai, mai apki sari video ke code dekhta hu, I really very very like it❤, and also one thing to say your voice is soo sweet

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

    Sis ap na har cheez ko buhat acha sa explain kiya ha thanku so much.. project videos ma sab direct code type karta ha 90% but ap na buhat acha explain kiya very very impressive 😊😊😊😊

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

    These projects are very helpful to understand all the necessary topics of web development.
    Thanks ❤

  • @user-xg4lu2ft8x
    @user-xg4lu2ft8x 5 месяцев назад +1

    No one told us how to write in short the code.well done .

  • @user-xg4lu2ft8x
    @user-xg4lu2ft8x 5 месяцев назад

    ap bht bht bht bht acha smjhati hain plz React b krwa dain .I 'm learning MERN Stack

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

    great piece of work ❤

  • @user-tn8uz4oq5z
    @user-tn8uz4oq5z Год назад +2

    very helpful project

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

    We appreciate your working

  • @Manisha-qx7ln
    @Manisha-qx7ln Год назад +2

    Nice sis keep making more videos ❤

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

    Tq mam ❤

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

    di plz make some videos on react js mini projects..thanku so mch di for this series

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

    Great work. Didi. Create a World Digital project that includes day names, month names, and years.

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

    Thanks Di, i've Created this project by following this video, even i've added synonyms.
    I want to know, how can i add pronunciation audio in this because some *phonetics* have audio in 0th index, some have it in 1st or 2nd and some have 2 pronunciations UK and US.
    It will be really helpful if you reply :)

  • @deepak420re4
    @deepak420re4 4 месяца назад

    Can you video on useful apis

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

    please make video on JavaScript tutorial

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

    Plz make sorting program of data structure like bubble sort or etc

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

    mam ek portfolio ki video le aiyye taki hum apne sare project waha pe list kar sake plz next video on this topic

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

    You will become a big you tuber in the coming time

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

    your tutorial is so good......i wish you talk in english

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

    mini-projects are highly effective in strengthening one's conceptual understanding.

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

    Nice didi ❤️❤️ full support 🤠🤠

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

    video se to sab samajh aa gaya but aapke jaisa logic aur code ka knowledge kaise badha sakte hai, please suggest

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

    Hi, didi i want to learn a portfolio using in html css and javascipt

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

    Didi meal generator bna do using Indian meals 👉👈

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

    Can you please tell where to learn all the topics of web development with resources for better conceptual clarity and prepare for interview.....pls tell if you're seeing this msg....

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

    Second view ❤

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

    Just a small query - You used a property "flex grow: 1" to give full width to input and the remaining to the search button. In one of your videos (pass generator app) you did the same thing but with a different function which is flex-basis: 100%. I want to ask are they completely same or different because here the later also works the same way.

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

      Flex-basis determines how big an element will be along the main axis before any expanding or contracting takes place. Flex-grow calculates how much it will expand relative to its sibling elements.

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

      @@codetraversal Thanks, so can they be used interchangeably?

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

      No. Flex-basis sets the initial size of a flex item, while flex-grow determines how much an item should grow when there is extra space. They are not interchangeable, as they serve different purposes in the flexbox layout module.

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

      @@codetraversal Thanks a lot Mam for answering, my doubts are almost clear now and the rest shall be cleared with more and more practice. BDW awesome project, like always. :)

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

      Keep it up👍

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

    Aapne dictionary ko fetch Google se kiye h ???

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

    you can also use :-
    footer mai -- jo apne kiya hai mai main div mai extra element ko right or left mai align nhi kr sakta without using flex,grid, but throung this i can easily put anything anywhere
    TRY THIS OUT
    footer {
    position: absolute;
    bottom : 0px;
    width : 100%;
    padding : 20px;
    text-align : center;
    background-color : #24252A;
    }

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

    Plaza more JavaScript projects plzzzzzzzz appuu

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

    aap ki explanation bohot achcha samajh main aata hain. please make a fulstack e-commerce site!

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

    Kaisy English to Bangla or hindi karu sister,, or Api without online Chalagi ky.. Matlab offline app kaisy make karuuu

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

    @codetraversal Ma'am please ek "PERSONAL WEBSITE PROJECT" with HTML CSS AND JS🙏🙏🙏

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

    Please start Node Js Series

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

    Mai Apki tarah kab coding kar paunga 😅

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

      You can code even better than me.

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

      AAP hamare university Ki professor bn jaiye

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

    Make a youtube comment box with local storage

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

    added synonyms

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

    Your voice is so cute 🥰

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

    You're doing " Hit on Hit "

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

    Please make without api

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

    koi js beggining to advance ka course bna do taki jo concept aap lgate ho vo or bi lga skhe.
    yha toh js mein mostly copy paste chal rha h. aap likte ho hm log copy paste krte h

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

    can you give the source code please?

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

    I can't fetch data 🥺 help

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

    Source code share please

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

    Apki awaj to 5 class ke bcche jsi hai good lekin apki knowledge ache ache ko fail krdo plz ek chij bta do js m logic ni bn pa rha hai kse kre

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

    Ma'am apna name bataiye plz

  • @ayushrawat-fm7xg
    @ayushrawat-fm7xg 12 дней назад

    code???

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

    can u add source code didi

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

    Can this app be used offline??

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

    source code dedo didi please

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

    14

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

    You need to put your title in your language. This is false advertising.

  • @user-vz2vx4cp5v
    @user-vz2vx4cp5v Год назад

    How I reach you on whatsapp?

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

    Source code share please