—————————————————————————————————–
| HOSTINGER DISCOUNT |
—————————————————————————————————–
⭐ HOSTINGER
🔥 FREE .COM DOMAIN NAME
🔥 FREE SSL INCLUDED
🔥 UP TO 85% DISCOUNT
🔥 +7% DISCOUNT USING THIS COUPON: CODEEXPLAINED
Or simply use this link :
——————————————————————————————————
Hi Everyone!
Today we’re going to create a new web application with JavaScript (Vanilla JavaScript: No Framework).
In this tutorial, a JavaScript Beginner can create a functional Weather App with ease. and won’t face any problems doing that.
You must know the basics in JavaScript and HTML, like JavaScript Objects, functions, If statements, … etc
The only difficulty you might face, is how to work with an API using JavaScript? but trust me that won’t be of a big problem.
Let’s talk about the application you’re going to build; our weather app will show the weather information that it will get from the API like this, an Icon that shows the weather status, the temperature value (18°C) in Celsius unit, the weather description (clear sky), and then the user’s city and country (London, GB).
When the user clicks on the temperature value, that will convert it from Celsius to Fahrenheit.
If you want to follow along with me when I type in the code, you’ll need to download the starter template from GitHub.
—————————————————————————————————–
| LINKS |
—————————————————————————————————–
DOWNLOAD SOURCE CODE + STARTER TEMPLATE:
The icons we’re going to use for our web application are created by the Graphic Designer Ashley Jager:
The API provider:
—————————————————————————————————–
| SHOW ME SOME SUPPORT |
—————————————————————————————————–
Paypal:
Patreon:
—————————————————————————————————–
| RECOMMENDED TUTORIALS |
—————————————————————————————————–
Create a To Do List App Using JavaScript.
Ping Pong Game Using JavaScript
Create a Multiple Choice Quiz Using JavaScript
Tetris Game Using JavaScript
Snake Game Using JavaScript
Flappy Bird Game Using JavaScript
—————————————————————————————————–
| SOCIAL MEDIA |
—————————————————————————————————–
Facebook:
Twitter:
Instagram:
Website:
—————————————————————————————————–
| HASH TAGS |
—————————————————————————————————–
#javascript #weather #app #beginners #tutorial