Build A Dictionary App in HTML CSS & JavaScript

preview_player
Показать описание
Build A Dictionary App in HTML CSS & JavaScript | Dictionary App in JavaScript

In this video, I have shown you how to Build Dictionary App in HTML CSS & JavaScript. In this dictionary app, you can search any existing word and get the meaning, example, synonyms, etc. of the searched word. This project is created with Vanilla JavaScript and I hope you'll love it.

Timestamps:
0:00 Demo of Dictionary App
2:04 HTML & CSS Start
13:48 JavaScript Start
17:00 Dictionary API Usages
21:22 Passing API Data to a HTML Element
24:57 Working on Synonyms Words
28:21 Working on Pronunciation Icon
30:51 Working on Search Synonym Word
31:55 Working on Clear Search Icon

Music Credit:
Ikson - Anywhere [Official]

Vexento - With You (Vlog No Copyright Music)

Ehrling - You And Me (Vlog No Copyright Music)

Jimmy Hardwind - Want Me (feat. Mike Archangelo)
Рекомендации по теме
Комментарии
Автор

Thank you so much for 100K Subscribers. Your continuous support is always appreciated ❤

CodingNepal
Автор

This feels like I am just building a website with ALL OF YOUR PROJECTS MIXED!

BroironxAviation
Автор

I love this project ideas very much this will be helpful for me with voice API like text to speech 💬 Thanks for sharing Sir 🙏

CreativeTutorialsWeb
Автор

It's the best channel for learning another type of web developing.

asifkhanReal
Автор

Thanks bro 😀 I made some changes to this project like colors, font, search bar and showed it to my friends and they loved it.❤️

graphic.shashank
Автор

Nothing can stop coding Nepal he is all the way up😀😎😍

gradigraph
Автор

in 35min are you kidding me. your a master of this

mistigri-edof
Автор

Bro, you're a genius. Wonderful dictionary app!

easyprogramminglessons
Автор

Super Super Super ! You are so ROCKING SIR 🔥😊

CodingFire
Автор

I love your videos. they absolutely help building my website and this project is the most important for my website. Thank you so much CodingNepal.

BroironxAviation
Автор

You are a mastermind! Love your coding skill and JavaScript knowledge. It would be very helpful to create a debit card input form with JavaScript that separates number by placing space between them and restricting to type in text. And for the expiration date a slash between the numbers.

bmx
Автор

This project is awesome bro 👍👍 i tried the live demo of this project, it was amazing !! 🤘

webmodule
Автор

Wow sir, this is very nice and awesome project and it's great that there is TTS function with it too👍

CodingPorium
Автор

You are doing it in a way like a master do.. Keep up the good work.. The only thing which is missing is your voice.. O/w the content is the best.. 👍👍👍

shubhammeshram
Автор

Mind blowing projects. I am very happy, Thanks you very much for awesome projects♥, Please keep it up

zeeshanali
Автор

You guys did somethings amazing, thank you so much.

mrkabu-caisha
Автор

That's great work dai keep it up ❤️🥰🥰🇳🇵

diwakar_tsn
Автор

your videos are great but please include explanation also, it would be beneficial for beginners

AnuPriya-ow
Автор

It will be fun is added text recognisation

tanmaymehta
Автор

For the synonyms, you may need to use the following if the tutorial code doesn't work:

for(let i = 0; i < 5; i++) {
let tag = `<span>${result[0].meanings[0].synonyms[i]}, </span>`
synonyms.insertAdjacentHTML("beforeend", tag);
}

instead of `<span>${definitions.synonyms[i]}, </span>`

joeyemerace