Skip to content

esadakman/javascript-weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

Weather App

Description

  • Project aims to display current weather data of searched city around the world with fetching Weather Api data.
  • In this project, a simple Weather-App was made using the Weather Api data and axios library. User can can select the language (English or Turkish) and display current weather data of searched city around the world.

Learning Outcomes

At the end of the this project, students will be able to;

  • analyze a problem, create a weather condition app populated with a real weather api.

  • demonstrate their knowledge of algorithmic design principles.

User story;

  • User can search city around the world.
  • The app can fetch api with the searched city name(... and apikey if it is obligatory).
  • User can display weather data of searched city in weather card.
  • User can display list of searched city weather data card like on gif.
  • If new searched city is in the weather data list, app can display a warning text to user on page.

Project Link

You can reach my project from here!

Preview of the Project

weather_app