Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.23 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.23 KB

Weather App

https://omrfrkcpr.github.io/Weather_App/

Description

Project aims to display current weather data of searched city around the world with fetching Weather Api data.

Learning Outcomes

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

  • demonstrate their knowledge of algorithmic design principles.

Outcome

weather-app

Project Skeleton

Weather_App (folder)
|
|----assets
|----.gitignore
|----app.js
|----index.html
|----LICENCE
|----readme.md
|----style.css
|----weather-app.gif

Problem Statement

  • Design a weather condition page following the design and populate data for searched city with using of axios in JS.

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 API: OpenWeather Api for weather-app.