BUILD A LANGUAGE TRANSLATOR APP WITH HTML CSS AND JAVASCRIPT FOR BEGINNERS

Опубликовано: 04 Октябрь 2024
на канале: Joshua Alana
693
22

Welcome back to my youtube channel. In this video, you will learn how to build a language translator Application with HTML, CSS AND JAVASCRIPT.

There was a typo when including the countries script to index.html
kindly edit it to "script src="countries.js"

Here is the link to the countries code ----- https://github.com/Joshbam-joshwilly/...

open up the js folder, and copy the code in countries script and paste it in the actual script file.

here is the link to the font-awesome used in the css file ---- @import url('https://fonts.googleapis.com/css2?fam...

here is the link to the api used in the script.js file for making request ---- https://api.mymemory.translated.net/g...

Thank you.