Skip to content

Commit 7e8bed5

Browse files
Update README.md
1 parent ef07912 commit 7e8bed5

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

README.md

+20-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
1-
# Weather-App-JavaScript
2-
Create a Weather App With JavaScript
1+
Hi Everyone!
2+
3+
Today we're going to create a new web application with JavaScript (Vanilla JavaScript: No Framework).
4+
5+
In this tutorial, a JavaScript Beginner can create a functional Weather App with ease. and won't face any problems doing that.
6+
7+
You must know the basics in JavaScript and HTML, like JavaScript Objects, functions, If statements, ... etc
8+
9+
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.
10+
11+
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).
12+
13+
When the user clicks on the temperature value, that will convert it from Celsius to Fahrenheit.
14+
15+
The icons we're going to use for our web application are created by the Graphic Designer Ashley Jager.
16+
Link to her Repo: https://github.com/manifestinteractive/weather-underground-icons
17+
18+
The API provider is http://www.OpenWeatherMap.org
19+
20+
To Create this web application please follow the tutorial on my channel:https://youtu.be/KqZGuzrY9D4

0 commit comments

Comments
 (0)